随笔分类 - npm
摘要:1.可以使用nvm下载管理多个npm 下载地址:https://github.com/coreybutler/nvm-windows/releases nvm list avaliable #查看可用的node版本 nvm install 20.9.0 #下载对应版本号的node nvm unins
阅读全文
摘要:一、起因 由于电脑重装系统,重新下载nodejs,自然更新到最新版本18,之前的版本才16。更新到最新nodejs版本后,运行vue文件,报错: this[kHandle] = new _Hash(algorithm, xofLen); ^ Error: error:0308010C:digital
阅读全文
摘要:"devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "*",
阅读全文