出现问题原因:

vscode运行前端项目输入npm run dev命令触发此错误

解决办法:

指定淘宝镜像安装node-sass

win+r 打开cmd控制台输入

npm install -g cnpm --registry=https://registry.npm.taobao.org

安装成功后运行

cnpm install node-sass 或 cnpm install node-sass@latest

安装完成,查看cnpm

两个都下载成功后就可以正常的运行项目了

附录

npm关于node-sass提供的方法

以上就是Syntax Error: Error: Cannot find module 'node-sass'的介绍,做此记录,如有帮助,欢迎点赞关注收藏!

GitHub 加速计划 / no / node-sass
5
0
下载
:rainbow: Node.js bindings to libsass
最近提交(Master分支:4 个月前 )
6081731a Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 11 个月前
62c0f46c Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 11 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐