mac os npm install bower 安装成功

发布于 2022-09-01 19:19:31 字数 810 浏览 11 评论 0

julauddeMacBook-Pro:austack-core julaud$ sudo npm install -g bower
Password:
/usr/local/Cellar/node/4.2.1/libexec/npm/bin/bower -> /usr/local/Cellar/node/4.2.1/libexec/npm/lib/node_modules/bower/bin/bower
bower@1.6.3 /usr/local/Cellar/node/4.2.1/libexec/npm/lib/node_modules/bower
julauddeMacBook-Pro:austack-core julaud$ bower
-bash: bower: command not found
julauddeMacBook-Pro:austack-core julaud$ ls
README.md        gulp            qiniu_cfg
bin            gulpfile.js        sampleapps
bower.json        karma.conf.js        server
build.xml        node_modules        test
client            package.json
e2e            protractor.conf.js
julauddeMacBook-Pro:austack-core julaud$ bower install
-bash: bower: command not found

已经全局安装了 可 运行 bower 就是找不到?

求大神指导一下呀

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北凤男飞 2022-09-08 19:19:31

/usr/local/Cellar/node/4.2.1/libexec/npm/bin这个路径加到 $PATH 即可. 因为平时用npm装的包,可执行程序会在这下面创建软链接,所以这些命令可以直接用。但是不知道你的这个目录为什么没在 $PATH.

这样可以解决问题。不过你建议你再用nvm装下npm。之前那个npm可以不用管。如果装了curl的话,什么都不用改,直接curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash。然后你的npm的bin应该是自动加在$PATH的。参考:github

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文