我正在 GitLab 页面上部署我的 Vue.js 项目。
在 GitLab CI 管道期间运行npm run build
会导致错误:
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)
npm run build
我在本地没有收到任何错误。
感谢有人可以提供帮助。