1、在安装node版本时不要安装太高的版本,一般安装稳定版8.0左右就可以了

     首先进入node官网 Node.js

然后点击其他下载 -- 选择以往的版本 -- 大概在25页 选择8.11.2版本

可以匹配万能不会出错的对应版本

node 8.11.2
sass-loader 7.3.1
node-sass 4.7.2

命令如下:

npm install sass-loader@7.3.1 node-sass@4.7.2  --save-dev

 不要忘记在vue.config.js中配置

module.exports = {
    css: {
        loaderOptions: {
            sass: {
                //sass-loader 8.0.0以前版本(包含)
                prependData: `@import "~@/assets/scss/index.scss";`
            }
        }
    },
}

 2、除了版本问题,还有可能出现  缺少paython2.7支持的问题

   解决方案 安装paython2.7   或者以下命令会自动安装对应的工具类

npm install --global windows-build-tools 

如果大家有更好的解决方案欢迎留言评论 资源共享 !!1

做一个优秀的程序媛^~^ 

GitHub 加速计划 / no / node-sass
8.5 K
1.33 K
下载
:rainbow: Node.js bindings to libsass
最近提交(Master分支:2 个月前 )
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> 9 个月前
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> 9 个月前
Logo

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

更多推荐