vue install 时报错

在 install 时出现类似 not found: python2 错误的提示,
查阅有些文章说是由于缺少node-sass引起的,尝试

npm uninstall node-sass
npm install sass --save
npm run serve

 

posted @ 2022-10-28 20:24  博客码农  阅读(17)  评论(0)    收藏  举报