Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails with npm version 6.14.8 and node v12.19.0 at fibers@3.1.1 #707

Open
shristack opened this issue Nov 5, 2020 · 1 comment

Comments

@shristack
Copy link

Scenario: npm install with the subject versions
Issue:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers@3.1.1 install: `node build.js || nodejs build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers@3.1.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\<obfuscated>\AppData\Roaming\npm-cache\_logs\2020-11-05T19_34_37_378Z-debug.log

Attachment:
npm install log file
2020-11-05T19_11_48_919Z-debug.zip

Root cause:
Incompatible versions of Node. (?)

Potential Solution:
Of course it is easy for me to ask "Please update your repo to support the latest version of NodeJS" - while I know what the pain could be. Its your call.
When I am ready, I could contribute :)

@Raulkg
Copy link
Contributor

Raulkg commented Nov 5, 2020

Hello!

Unfortunately, the current version supports NodeJS v8 LTS only. Please refer to Requirements.

We will address the issue of supporting the latest version of NodeJs very soon. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants