需要注意的是,npm的版本要是8+npm init vite@latest shop-admin – --template vue
直接使用以上代码快速构建即可
下面是我构建环境的时候出现的一个小插曲,以及我对应的解决办法
再一次切换node版本之后依旧发生了错误
仔细看错误提示:error vite@5.0.10: The engine “node” is incompatible with this module. Expected version “^18.0.0 || >=20.0.0”. Got “19.2.0”
error Found incompatible module.
很明显是要求18.0.0 || >=20.0.0
所以以下的解决办法出来了: