
node
柠檬花开_
跳坑笔记
展开
-
怎么实现node版本降级、升级?是否可以安装多个版本按需要进行切换?
演示系统:macOS ----- sudo是mac下输入密码验证身份的命令,因此windows用户应该是以管理员身份运行命令行工具,然后删除sudo即可。举个例子:删除版本mac下是sudo n rm 版本号,windows下应该是n rm 版本号。————————————————1、安装node版本管理器 n sudo npm install n -g2、请根据自己需要选择//安装稳定版本 sudo n stable//安装最新版 sudo n latest.原创 2020-05-25 10:19:07 · 604 阅读 · 0 评论 -
mac运行npm时报错It is likely you do not have the permissions to access this file as the current user
在yarn下载包的时候node-sass报错,包不能下载node版本太高了,v2.13.0所以在使用终端更改node版本时,报错,再次使用npm安装n时报错mac运行npm时报错It is likely you do not have the permissions to access this file as the current user错误如图:解决方法:...原创 2020-04-20 19:15:54 · 2129 阅读 · 0 评论