针对 found bindings for the environments 解决办法
之前升级过node版本,升级之后,在运行项目会报 found bindings for the environments,其实问题也很好解决
- 如果有cnpm的小伙伴
1、删除之前的node_modules 文件夹
2、然后重新运行cnpm install 在下载一遍node_moudules就好了
- 没有cnpm的小伙伴
网上有这个办法【我未尝试过】,大家也可以试试这种
1. npm rebuild node-sass
2. npm update
3. npm run dev