当前位置: 代码迷 >> 综合 >> yarn/cnpm: command not found
  详细解决方案

yarn/cnpm: command not found

热度:5   发布时间:2023-11-23 17:51:15.0

明明安装了yarn/cnpm,运行却报-bash: yarn/cnpm: command not found

up-17902ba71a4b4f5e2d66f6acc366752806b.png

各种百度谷歌后发现原来安装yarn或cnpm后把路径添加到 $PATH中,

命令:export PATH=/usr/local/lib/nodejs/node-v12.16.3-linux-armv7l/lib/node_modules/cnpm/bin/:$PATH

up-cab6cf7b04ad919fea1a17f3cc4b4abada1.png

还有再安装的时候如果报错:If you believe this might be a permissions issue, please double-check the  permissions of the file and its containing directories, or try running  the command again as root/Administrator.说明需要用root 权限去安装,命令:sudo npm install -g yarn 之后输入密码就可以安装

  相关解决方案