简体   繁体   English

与您的 node/npm 版本不兼容...?

[英]Not compatible with your version of node/npm...?

npm WARN notsup
Unsupported engine for create@0.0.2: wanted: {"node":">= 0.4.0 && < 0.7.0"} (current: {"node":"14.17.0","npm":"6.14.13"})

npm WARN notsup
Not compatible with your version of node/npm: create@0.0.2

this is the problem came up..how to resolve it这是出现的问题..如何解决它

Every package that you install from NPM can specify supported versions of node.您从 NPM 安装的每个 package 都可以指定支持的节点版本。

You can see this in the package.json of the package in GitHub https://github.com/TooTallNate/create/blob/master/package.json#L11 You can see this in the package.json of the package in GitHub https://github.com/TooTallNate/create/blob/master/package.json#L11

This library seems very old.这个图书馆似乎很旧。 It wasn't updated for 10 years. 10年没更新了。 I would avoid using it.我会避免使用它。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 npm无法构建socket.io,错误“与您的节点版本不兼容/ npm:commander@0.5.0” - npm fails to build socket.io with Error “Not compatible with your version of node/npm: commander@0.5.0” NPM 和节点的最新兼容版本 - Latest compatible version for NPM and node NPM哪个版本兼容Node.js v13.6.0? - What version of NPM is compatible with Node.js v13.6.0? 此版本的 µWS 与您的 Node.js 版本不兼容:错误:节点加载程序。 在运行“松露控制台”时 - This version of µWS is not compatible with your Node.js build: Error: node-loader. while running "truffle console" npm:如何找到特定版本的节点模块的最新兼容版本? - npm: how to find the latest compatible version of a dependency for a node module at a specific version? 'npm 是否安装'l<package_name> 安装一个package的最新版本还是安装最新版本的node兼容?</package_name> - Does 'npm instal'l <package_name> install the latest version of a package or the latest compatible with the version of node installed? npm 与 Node.js 不兼容 - npm is not compatible with Node.js 控制台 Goerli 无法在 Truffle 上运行 - 此版本的 µWS 与您的 Node.js 版本不兼容 - Console Goerli not functioning on Truffle - This version of µWS is not compatible with your Node.js build Node-sass 版本兼容 - Node-sass version compatible 使用npm更新节点:与我的操作系统不兼容 - update node with npm : not compatible with my operating system
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM