标签: node.js npm process npm-scripts npm-start
这是我的package.json
"scripts": { "start": "node script/start.js" }
我的意思是,当我运行` npm start-参数1 3`时,我可以在script.js中的--之后获取参数
--