如何使用npm run
运行此脚本?
您可以做类似npm run "something cool"
的事情吗?
{
"name": "nodejs_tutorial",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"something cool": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}