Cannot find module 'nodesass'

Vue项目中,Cannot find module 'node-sass' 报错

是网络的原因导致下载安装的no-model报的缺失,导致了项目的不完整,所以导致不能重启;

运行命令:npm install node-sass --registry=https://registry.npm.taobao.org

原文地址:https://www.cnblogs.com/myflowers/p/14378914.html