在装nodejs的npm包的时候报如下错误:
sh: 1: node: not found npm WARN This failure might be due to the use of legacy binary
查资料发现,新版本的nodejs,已经将原来/usr/bin/node改成/usr/bin/nodejs了。所以报如上错误。
解决方案如下:
sudo apt-get install nodejs-legacy
参考链接:
http://stackoverflow.com/questions/21168141/can-not-install-packages-using-node-package-manager-in-ubuntu
相关推荐
Razorpay节点SDK 官方nodejs库。 ...安装 npm i razorpay 文献资料 有关Razorpay API及其使用方法的文档,访问 基本用法 使用key_id和key_secret实例化razorpay实例。 您可以从仪表板应用程序获取密钥( ) ...
[root@bogon ~]# echo "source ~/nvm/nvm.sh" >> ~/.bashrc [root@bogon ~]# source ~/.bashrc ``` 现在,我们可以使用 NVM 查看可以安装的所有 Node.js 版本,使用以下命令: ``` [root@bogon ~]# nvm list-remote ...
npm 包全局存储位置使用时常见错误1、警告 npm update check failed2、修改 npm config set prefix [path] 全局安装位置后, 报 -bash: xxx: command not found NVM 简介 不同于 n 依赖于 Node , nvm 是独立的Node...
发电机组 umi项目的Yeoman发电机。...bash shells/build.sh .zip在根文件夹中生成 码头工人模式 docker build --no-cache -t < app> : < tag> . 通过docker image ls查找生成的图像 执照 麻省理工学院执照
首先,我们需要确保我们的计算机上已经安装了 Node.js 和 npm 或者 Yarn,因为它们是 Vite 集成开发环境(IDE)的基础。 1. **安装 Vite** 在开始之前,我们需要全局安装 Vite。打开终端或命令提示符,输入以下...
1. **Vue.js**:Vite-App往往会选择Vue.js作为默认的UI库,因为Vite与Vue.js有很好的兼容性和优化。 2. **路由系统**:Vite-App可能集成了Vue Router,帮助管理应用程序的页面路由。 3. **状态管理**:Vuex可能是...
1.通过config命令 npm config set registry https://registry.npm.taobao.org npm info underscore (如果上面配置正确这个命令会有字符串response) 2.命令行指定 npm --registry ...
binb是一款简单,实时,多人,竞争性的音乐聆听游戏。... 在这种情况下,您将收到以下错误: sh: node: command not found 要解决此问题,您可以创建一个符号链接: sudo ln -s /usr/bin/nodejs /usr/bin/n
在初始化Vue项目的的时候发现警告 yarn install 查了下发现是,package.json 文件中缺少license参数 { name: movie_view, version: 0.1.0, license: MIT, private: true, ... serve: vue-cli-service serve, ...
echo "~/.ctierrc not found" 1>&2 fi ``` 如果没有设置`JAVA_HOME`,也可以在这里设置。 然后执行以下命令使环境变量立即生效: ```bash $. ~/.bashrc ``` 6. **配置SSH超时**:为了避免SSH会话超时导致的...
这将使配置文件生效,否则将会报错:`nvm: command not found`。 四、nvm 常用命令 nvm 提供了许多有用的命令,以下是一些常用的命令: * `nvm ls`:打印出所有的版本 * `nvm install stable`:安装最稳定的版本 ...
当再次尝试远程登录时, 系统报错:Remote logins are not allowed for this account, 表示修改成功 //如何自动logout用户 有的用户登录后就长时间空闲,有可能导致安全上的问题,通过打开 /etc/profile 中 TMOUT 注释,...
如果遇到“import which的module not found”的错误,你需要通过Python的easy_install安装`which`模块: ```bash sudo easy_install tools/which-1.1.0-py2.7.egg ``` 确保你满足JXcore编译iOS的先决条件,如GCC ...
// We recommend that you do not share this Consumer group with other consumers, nor that you use the $Default consumer group. public static string EventHubConsumerGroup = "{ConsumerGroupName}"; /...
irs_resconf_load(), has been modified to return ISC_R_FILENOTFOUND when the file does not exist and initializes the resconf structure as if the file had existed and configured with nameservers at ...
若在安装后遇到 `yarn: command not found` 错误,可能需要检查环境变量设置或参照官方文档解决问题。 使用 Yarn 非常简单,首先创建一个新的项目目录,然后运行 `yarn init` 初始化项目,按默认选项回车即可。接着...