npm install -s jquery 安装好jQuery为什么package.json文件里没显示该依赖啊?{ "name": "simple-app-demo", "version": "1.0.0", "description": "node demo", "main": "index.js", "scripts": { "build": "webpack app.js bundle.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Hanger", "license": "ISC"}
添加回答
举报
0/150
提交
取消