我试图以安装phantomjs make test
Twitter的引导 。 我已经安装了它后在本地即npm install phantomjs
,它报道说,包是多余的。
├─┬ phantomjs@1.9.0-3 extraneous
│ ├── adm-zip@0.2.1
...
npm ERR! extraneous: phantomjs@1.9.0-3 /Users/admin/bootstrap/node_modules/phantomjs
npm ERR! not ok code 0
然而,当phantomjs在全球范围内即安装npm install phantomjs -g
即报道没有多余的错误,它工作得很好。
问题:
- 难道是因为phantomjs 中的package.json文件中没有规定 ?
- 一般问题:我们能否在全球拥有并在本地安装任何包如phantomjs?