emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js #63

Closed hillgach closed 6 years ago

hillgach commented 6 years ago

I'm trying to compile the solution. After compiling I get the following Error: "Fehler MSB3073 Der Befehl "node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" wurde mit dem Code 1 beendet. CMIB_Services_Platform C:\Users\X7843\Desktop\CMIB_Services_Platform\CMIB_Services_Platform\CMIB_Services_Platform\CMIB_Services_Platform.csproj 53" Messages by trying to execute "npm install": image

emonney commented 6 years ago
  1. Update your node and npm packages from here: https://nodejs.org
  2. Delete your node_modules folder and shutdown visual studio
  3. Open command prompt and run the following commands from the location of your project i. npm cache clean ii. npm install

For support issues please use https://stackoverflow.com. You can then send me a link to the so question. GitHub issues is reserved for bugs and feature requests.