this is due to the memory footprint which is over 600mb and my server hosting environment is not allowing such big app
just to mention that the footprint increased from 150 to 600mb and can not manage to get any help from the team!
have received feedback nothing has changed is quite strange
this worked! thanks
there is not packages.json file in Web.Public project so running npm run create-bundles failes
so what is your memory foot print in mb?
any news?!?
added , { useHash: true }
to root-routing.module.ts
imports: [RouterModule.forRoot(routes, { useHash: true })],
have send you email with links
I am using aspnetcore and angular with net 4.6.1
when I run the create bundle I get that the package.json file is missing
C:\Users\me\source\repos\MyApp\aspnet-core\src\MyApp.Web.Public>npm run create-bundles npm ERR! path C:\Users\me\source\repos\MyApp\aspnet-core\src\MyApp.Web.Public\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\me\source\repos\MyApp\aspnet-core\src\MyApp.Web.Public\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\me\AppData\Roaming\npm-cache_logs\2018-11-28T21_05_30_162Z-debug.log
in which folder do I have to run npm run create-bundle?
total mess with packages
finally fixed it