Hi,
I've been having this issue on npm.
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'create-bundles'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'precreate-bundles', 'create-bundles', 'postcreate-bundles' ]
5 info lifecycle [email protected]~precreate-bundles: [email protected]
6 info lifecycle [email protected]~create-bundles: [email protected]
7 verbose lifecycle [email protected]~create-bundles: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~create-bundles: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\OneDrive\Projects\crm\src\reos.Web.Mvc\node_modules.bin;C:\Program Files\PowerShell\7;C:\Python39\Scripts;C:\Python39;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft SQL Server\140\Tools\Binn;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn;C:\Program Files\dotnet;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn;C:\Program Files\Microsoft SQL Server\150\Tools\Binn;C:\Program Files\Microsoft SQL Server\150\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Users\USER\AppData\Local\Microsoft\WindowsApps;C:\Users\USER.dotnet\tools;C:\Program Files\Azure Data Studio\bin;C:\Users\USER\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\USER\AppData\Roaming\npm
9 verbose lifecycle [email protected]~create-bundles: CWD: D:\OneDrive\Projects\crm\src\reos.Web.Mvc
10 silly lifecycle [email protected]~create-bundles: Args: [ '/d /s /c', 'gulp buildDev' ]
11 silly lifecycle [email protected]~create-bundles: Returned: code: 1 signal: null
12 info lifecycle [email protected]~create-bundles: Failed to exec create-bundles script
13 verbose stack Error: [email protected] create-bundles: gulp buildDev
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:400:28) 13 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:400:28)
13 verbose stack at maybeClose (internal/child_process.js:1055:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
14 verbose pkgid [email protected]
15 verbose cwd D:\OneDrive\Projects\crm\src\reos.Web.Mvc
16 verbose Windows_NT 10.0.21996
17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "create-bundles"
18 verbose node v14.17.6
19 verbose npm v6.14.15
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] create-bundles: gulp buildDev
22 error Exit status 1
23 error Failed at the [email protected] create-bundles script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Hi,
How can I change the TenantDashboard name and view to ClientDashboard?
I tried it severally but got a 404
Hi,
Is it possible to change the ID of my entities from FullyAudited Int to FullyAudited Guid without breaking anything?
Hi,
Is it possible to move an existing application from using SQL Server to MYSQL?
Hi,
I'm getting this problem on login to either Host or Tenant. I get redirected to this;
http://localhost:62114/Account/Login?ReturnUrl=%2FApp
The login code has not changed.
I'm having issues publishing an app built on the above to Azure app service with all settings correct. Below is the error am getting via the Kudu Diagnostics Console since that is the only way am able to get to the app after hosting.
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'value') at System.Boolean.Parse(String value) at lipasasa.Web.Startup.Startup.ConfigureServices(IServiceCollection services) in ...Mvc\Startup\Startup.cs:line 80 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection) at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder1.<>c__DisplayClass15_0.<BuildStartupServicesFilterPipeline>g__RunPipeline|0(IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services) at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder1.<>c__DisplayClass14_0.<ConfigureServices>g__ConfigureServicesWithContainerConfiguration|0(IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services) at Microsoft.AspNetCore.Hosting.WebHost.EnsureApplicationServices() at Microsoft.AspNetCore.Hosting.WebHost.Initialize() at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build() at lipasasa.Web.Startup.Program.Main(String[] args) in ...Web.Mvc\Startup\Program.cs:line 12
Hi,
I'm trying to change the registration page to accept a mobile number as the tenant name but I get the error
Tenancy name is not valid!
What might be the problem.
-ASP.NET -MVC -.NET CORE -Latest ABP Framework according to Zero 9.2
Hi,
I'm trying to return type text/plain to respond to a certain external API call.
I'm receiving this;
{ "result": "Welcome to Service\nSelect a service.\n1: Register\n2: Help\n#: Exit.", "targetUrl": null, "success": true, "error": null, "unAuthorizedRequest": false, "__abp": true }
But I'd like to receive just this;
Welcome to Service Select a service. 1: Register 2: Help #: Exit
Hi,
I recently upgraded my license to include one extra project. It went through and I received the extra license. However, there was no email or invoice received so I have nothing to send to finance to record the transaction. Kindly sort this out since it has taken too long.
Hi,
We're developing an application with one user per tenant. We are using the mobile number as the username. I realised that there is an 'admin' user account that is created per tenant and even if you edit it gets recreated.
How can we get rid of this?