NPM拒绝安装Semantic-UI

时间:2016-10-23 23:24:59

标签: node.js linux css3 npm semantic-ui

我无法安装Semantic-UI并出现此错误,

npm ERR! Linux 4.4.0-28-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "semantic-ui" "--save"
npm ERR! node v5.12.0
npm ERR! npm  v3.8.6
npm ERR! code ENOSELF
npm ERR! Refusing to install semantic-ui as a dependency of itself

1 个答案:

答案 0 :(得分:0)

是package.json文件的name属性" semantic-ui"?如果是,请将其更改为不是包依赖项名称的其他内容。

此外,快速谷歌搜索" ENOSELF"转过身来 - https://github.com/npm/npm/issues/12884