NODE_PATH throws error when NPM starts on windows 10
问题 I am trying to built a MEAN Todo app by following https://github.com/michaelcheng429/super-mean-stack package.json { "name": "ToDoThoughts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "NODE_PATH=$NODE_PATH:./app node server", "dev": "npm start & webpack-dev-server --progress --colors" }, "license": "ISC", "dependencies": { "angular": "1.4.12", "angular-ui-router": "0.3.1", "body-parser": "1.15.2", "bootstrap": "3.3.7", "express": "4.14.0" },