踩了很多坑还是使用了node 14的版本才最终启动成功
C:\Windows\system32>node -v
v14.21.3
C:\Windows\system32>npm -v
6.14.18
node-v14下载
https://registry.npmmirror.com/-/binary/node/latest-v14.x/node-v14.21.3-x64.msi
renren-fast-vue
git或者下载zip都可以
git clone https://gitee.com/renrenio/renren-fast-vue.git
安装nodes的目录4个组名权限设置称完全控制
npm install chromedriver@2.27.2 --ignore-scripts
继续执行 npm install
到这一步执行 npm run dev
主要还是node的版本问题。