Problem running parallelshell Nodejs script
问题 In my package.json file I have the following scripts: "scripts": { "start": "npm run watch:all", "test": "echo \"Error: no test specified\" && exit 1", "lite": "lite-server", "sass": "node-sass -o sass/ css/", "watch:sass": "onchange 'sass/*.scss' -- npm run sass", "watch:all": "parallelshell 'npm run watch:sass' 'npm run lite'" } Whenever I run my code I got this error message: crs@1.0.0 start /home/hazem/crs > npm run watch:all > crs@1.0.0 watch:all /home/hazem/crs > parallelshell 'npm run