product目录npm install失败
Closed this issue · 5 comments
lihefengbj commented
lihefengbj commented
降到版本v10.16.2,或升级node-sass版本以满足node版本
qiushui95 commented
@lihefengbj 兄弟 能不能把最后的package.json发一下,我跑不起来。谢谢
lihefengbj commented
{
"name": "http-mini",
"version": "1.0.4",
"description": "a simple static web server base on Express",
"main": "index.js",
"bin": {
"http-mini": "index.js"
},
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},
"author": "moshang",
"repository": {
"type": "git",
"url": "git+https://github.com/moshang-xc/web-server.git"
},
"homepage": "https://github.com/moshang-xc/web-server#readme",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"chokidar": "^2.0.3",
"express": "^4.16.3",
"node-xlsx": "^0.12.1",
"opn": "^5.3.0"
}
}
qiushui95 commented
@lihefengbj 谢谢兄弟。虽然你发的是server里面的。我把nodejs换成 V9.11.2 解决了
lihefengbj commented
@qiushui95 不好意思发的时候没注意