已经安装了pnpm但是运行还是提示[root@VM-7-190-centos ]# npnm -bash: npnm: command not found
•文章
26 0
npm install -g pnpm
或者使用以下方法将其全局安装到您的系统上:
wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm
版权属于:戏人看戏博客网
本文链接:https://day.nb.sb/archives/458.html
若无注明均为戏人看戏原创,转载请注明出处,感谢您的支持!