gpt4 book ai didi

node.js - "zsh: command not found: sails"的问题

转载 作者:太空宇宙 更新时间:2023-11-04 00:45:47 26 4
gpt4 key购买 nike

我通过 sudo npm install -g sails 安装了 sails.js,但我仍然收到 zsh: command not found: sails

我使用的是 Ubuntu 14.04 LTS。

最佳答案

首先找出 Node which node的路径将返回类似 /path/bin/node 的内容

输入该位置到垃圾箱 cd /path

通过运行卸载当前 Node rm -r bin/node bin/node-waf include/node lib/node lib/pkgconfig/nodejs.pc share/man/man1/node.1

然后你需要通过运行来安装 nvm curl https://raw.githubusercontent.com/creationix/nvm/v0.19.0/install.sh | bash然后. ~/.nvm/nvm.shnvm install stable

安装 Node npm -g i node

终于在全局范围内安装了 sails npm -g i sails

你应该能够很好地构建你的第一个 sails 项目

关于node.js - "zsh: command not found: sails"的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34815540/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com