1、错误详情

一个vue项目,我在执行打包命令npm run build时出现该错误信息。具体信息如下所示
Module build failed: ModuleBuildError: Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (72)

在这里插入图片描述

2、错误原因

系统安装nodejs版本项目中的node-sass版本匹配

3、解决方法

在这里插入图片描述

npm rebuild node-sass

4、重新打包执行成功

# install dependencies
# npm install
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm rebuild node-sass

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

原文地址:https://blog.csdn.net/qq_42761569/article/details/128803421

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任

如若转载,请注明出处:http://www.7code.cn/show_25534.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注