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"
}
Cats萌萌
相关分类