苏格兰威士忌盒 - npm安装错误

时间:2015-06-02 06:33:22

标签: node.js npm vagrant package.json

我第一次开始使用Scotch Box(Vagrant LAMP堆栈),我曾经通过个人 package.json 安装我的dev依赖项。

{
"name": "myApp",
"dependencies": {},
"devDependencies": {
"gulp": "*",
"gulp-util": "*",
"gulp-plumber": "*",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-uglify": "*",
"gulp-imagemin": "*",
"gulp-compass": "*",
"gulp-minify-html": "*",
"gulp-minify-css": "*",
"gulp-useref": "*",
"del": "*",
"require-dir": "*"
}
}

但是当我运行 npm install 时,我看到很多错误,如:

  • npm ERR!请尝试以root / Administrator再次运行此命令。
  • npm ERR! Linux 3.2.0-23-generic
  • npm ERR! argv“/ usr / local / bin / node”“/ usr / local / bin / npm”“install”

添加sudo不会改变任何东西。你有什么主意吗?我只想为我制作的每个项目提供“个人” node_modules

0 个答案:

没有答案