npm install没问题,但npm run dev的时候报Node Sass version 6.0.1 is incompatible with ^4.0.0 ^5.0.0
npm install --legacy-peer-deps 进行相应的安装比较好 Vue报错Syntax Error:TypeError: this.getOptions is not a function的解决方法 ...

error @achrinza/node-ipc@9.2.2: The engine “node“ is incompatible with this module. Expected version
执行yarn install包安装时,老是出现下面错误: error @achrinza/node-ipc@9.2.2: The engine “node” is incompatible with this module. Expected version 原因 下载的vue项目不支持18版本的node,需要降级到8 || 10 || 12 || 14 || 16 ||...
yarn错误The engine “node“ is incompatible with this module
错误:由于node版本不兼容导致的解决忽略引擎版本的检查yarn config set ignore-engines true或升级nodejs
vue-demi@0.13.11: The engine “node“ is incompatible with this module. Expected version “>=12“. Got “
解决:方法一:卸载node重装指定版本范围的方法二:# 忽略错误 yarn config set ignore-engines true yarn install
解决 Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.
$ npm run dev 提示如下错误:Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.原因:node-sass 版本过高,卸载重装低版本1、卸载:$ npm uninstall node-sass2、安装:$ npm install node-sass@4.12.03、运行:$ npm run dev
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。
node.js您可能感兴趣
- node.js c#
- node.js伊凡
- node.js环境
- node.js导入
- node.js jquery
- node.js算法
- node.js技术
- node.js苹果
- node.js app
- node.js下载
- node.js安装
- Node.js开发
- node.js模块
- node.js js
- node.js express
- node.js版本
- Node.js应用
- node.js服务器
- node.js构建
- node.js NPM
- node.js项目
- node.js报错
- node.js框架
- node.js节点
- node.js前端
- node.js部署
- node.js配置
- node.js MySQL
- node.js文件
- node.js笔记
开发与运维
集结各类场景实战经验,助你开发运维畅行无忧
+关注