node js build problem with an error “'.' is not recognized”
问题 I am learning Node and working on a existing project which has build script as below: "build": "npm run clean && ./node_modules/.bin/webpack --env=production --progress --profile --colors --display-optimization-bailout" I did the npm install as per the instruction, but the build command gives an error below: $ npm run build > npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout > rimraf build '.' is not recognized as an