小编Shu*_*ngh的帖子

错误 find-up@4.1.0:引擎“节点”与此模块不兼容。预期版本“>=8”。Ember js + Heroku 部署

  • Ember-CLI:- 3.4.3
  • 节点:- 6.9.5
  • 纱线:- 1.9.4

在 Heroku 上部署我的 ember 项目期间,我在日志中收到此错误。我们有 find-up 版本 3.0.0,但在部署期间,它仍在尝试下载 find-up@4.1.0 如果有人对此有想法,忽略下载最新版本的 find-up 或任何解决方案,因此评论它在此先感谢您。

error find-up@4.1.0: The engine "node" is incompatible with this module. Expected version ">=8".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
 !     Push rejected, failed to compile Ember CLI app.
 !     Push failed
Run Code Online (Sandbox Code Playgroud)

这是我的 Package.json

   {
  "name": "tabsys-client",
  "version": "2.13.1",
  "private": true,
  "description": "Web and mobile client for Activate Universal",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "scripts": …
Run Code Online (Sandbox Code Playgroud)

heroku node.js ember.js ember-cli package.json

3
推荐指数
1
解决办法
8523
查看次数

标签 统计

ember-cli ×1

ember.js ×1

heroku ×1

node.js ×1

package.json ×1