You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I'm trying to create a WebDeploy package to handoff to my system admins for the netcore2.0 angular 4 project. but I keep getting the following error when I run the Publish command on the project in VS 2017...
The command "node node_modules/webpack/bin/webpack.js --env.prod" exited with code 2.
It is basically not looking in the correct directory for the package.json file...
This command works... node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod
This command does not: node node_modules/webpack/bin/webpack.js --env.prod