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

Lots of warnings on deprecation of packages with Node 11.10.x itself #156

Open
vrudhay opened this issue Mar 5, 2020 · 2 comments
Open

Comments

@vrudhay
Copy link

vrudhay commented Mar 5, 2020

Expected behaviour

npm chimpy should install cleanly without warnings.

Actual behaviour

There are Lots of warnings that appear to be deprecated

Exact steps to reproduce / repository that demonstrates the problem

have node version 11.10.x
npm install chimpy

Version & tools:

npm install chimpy
v3.0.1
v11.10.x

Console / Log Output

image

@Fryuni
Copy link

Fryuni commented Mar 25, 2020

I found this project today and tried to install on Node v12.16.1. Also lots of deprecation file not found warnings. At the end npm didn't even considered chimpy installed because of a failure installing fibers

npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! [email protected] install: `node build.js || nodejs build.js`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

The "additional logging output above" is exactly what @vrudhay posted

@Gobliins
Copy link

Gobliins commented Oct 7, 2020

same

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

3 participants