小编joh*_*rad的帖子

错误:Node Sass 尚不支持您当前的环境:Linux 64-bit with Unsupported runtime (88)

我正在 GitLab 页面上部署我的 Vue.js 项目。

npm run build在 GitLab CI 管道期间运行会导致错误:

Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88)
Run Code Online (Sandbox Code Playgroud)

我在npm run build本地没有收到任何错误。

感谢有人可以提供帮助。

node-sass gitlab-ci vue.js npm-build

10
推荐指数
1
解决办法
8131
查看次数

标签 统计

gitlab-ci ×1

node-sass ×1

npm-build ×1

vue.js ×1