yarn错误The engine “node“ is incompatible with this module

简介: yarn错误The engine “node“ is incompatible with this module

错误:由于node版本不兼容导致的

解决

忽略引擎版本的检查

yarn config set ignore-engines true

升级nodejs


相关文章
|
3月前
|
JavaScript
node下的two.js调用one.js出现无法编译问题 Cannot find module ‘c:
node下的two.js调用one.js出现无法编译问题 Cannot find module ‘c:
47 0
|
18天前
报错/ ./node_modules/axios/lib/platform/index.js Module parse failed: Unexpected token (5:2)怎么解决?
报错/ ./node_modules/axios/lib/platform/index.js Module parse failed: Unexpected token (5:2)怎么解决?
|
4月前
(node)Warning: Accessing non-existent property ‘xxx‘ of module exports inside circular depen
(node)Warning: Accessing non-existent property ‘xxx‘ of module exports inside circular depen
|
5月前
vue-demi@0.13.11: The engine “node“ is incompatible with this module. Expected version “>=12“. Got “
vue-demi@0.13.11: The engine “node“ is incompatible with this module. Expected version “>=12“. Got “
|
5月前
|
JavaScript
Node.js Error: Cannot find module express
Node.js Error: Cannot find module express
|
10月前
|
JavaScript 前端开发
前端工程化的Node.js之代码的组织/部署的模块 module
随着前端项目越来越复杂,前端工程化变得愈加重要。Node.js 作为前端工程化的重要组成部分,其模块机制在代码的组织和部署方面扮演了至关重要的角色。
64 0
【node报错解决方案】Error: Cannot find module http-errors
【node报错解决方案】Error: Cannot find module http-errors
263 0
【node报错解决方案】Error: Cannot find module http-errors
|
JavaScript
Node:找不到模块Error: Cannot find module
Node:找不到模块Error: Cannot find module
73 0
|
JavaScript 前端开发
【已解决】nodejs项目中报错:Cannot use import statement outside a module
nodejs项目中报错:Cannot use import statement outside a module
1093 0
|
JavaScript 前端开发 C++