The command exited with code

Raj
Raj
648 Points
26 Posts

I'm using .netcore with vuejs development and with VS 2017. When try to build application, I'm getting following error:

MSB3073 The command "node node_modules/webpack/bin/webpack.js" exited with code

I have no idea what is happening here. Previously it was working fine and after upgading packages.

Views: 11701
Total Answered: 1
Total Marked As Answer: 1
Posted On: 03-Dec-2018 04:44

Share:   fb twitter linkedin
Run >node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js on the cli to see the actual error.
 - Smith  04-Dec-2018 02:06
I run above on cli, it's showing no errors and getting succeeds.
 - Raj  04-Dec-2018 04:57
Answers
Raj
Raj
648 Points
26 Posts
         

I have resolved issue by deleting node_modules folder and then VS 2017 restored by installing all packages. Thanks 

Posted On: 08-Dec-2018 01:08
 Log In to Chat