david001's avatar

NPM error

Hi , i got the following error on running

npm run watch

my node version is 15.10.0 I am using mac. please help me to solve this issue.


npm ERR! code 1
npm ERR! path /Applications/XAMPP/xamppfiles/htdocs/products
npm ERR! command failed
npm ERR! command sh -c cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js "--watch"

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/david001/.npm/_logs/2021-02-25T05_54_17_416Z-debug.log
npm ERR! code 1
npm ERR! path /Applications/XAMPP/xamppfiles/htdocs/products
npm ERR! command failed
npm ERR! command sh -c npm run development -- --watch

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/david001/.npm/_logs/2021-02-25T05_54_17_485Z-debug.log


0 likes
1 reply
sr57's avatar

-1- npm install

-2- review / share your webpack.config.js

Please or to participate in this conversation.