vue 3.0 对应node 版本
npm run dev
我的版本 v14.16.1
16.19.0
16.18.1
node多版本管理工具
https://blog.csdn.net/qq_43397726/article/details/123785475
https://blog.csdn.net/weixin_57844432/article/details/127788884
gnvm
https://blog.csdn.net/jimojianghu/article/details/130367440
failed to load config from D:\ProFolder\hczhyq\slkj_custom_front\vite.config.ts
error when starting dev server:
Error: Cannot find module 'node:fs'
多版本管理工具
https://blog.csdn.net/weixin_55088768/article/details/128302482
node版本更新,需要安装一个 n 模块,但使用 npm install -g n会报错。
notsup Unsupported platform for n@9.1.0: wanted {"os":"!win32","arch":"any"} (current: {"os":"win32","arch":"x64"})
原因:主要是因为n模块不适配windows系统
解决方法:后面加force强力安装
npm install -g n --force
择善人而交,择善书而读,择善言而听,择善行而从。