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 #172

Open
peter73ru opened this issue Jan 31, 2018 · 1 comment
Open

npm install #172

peter73ru opened this issue Jan 31, 2018 · 1 comment

Comments

@peter73ru
Copy link

I ran:
npm install --unsafe-perm -g shader-school
and get :
npm WARN deprecated [email protected]: deprecated in favor of rework-import
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://github.com/ariya/esprima.git
npm ERR!
npm ERR! fatal: failed to stat '.': Permission denied
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-01-31T15_26_22_087Z-debug.log

Why is that happened? [ npm : 5.6.0; node : 9.4.0; OS : Ubuntu Studio]

@Zeukkari
Copy link

Zeukkari commented Apr 5, 2018

The dependencies are so outdated that one of them had a peer dependency which referenced an ancient node.js version.

https://github.com/ariya/esprima/blob/master/package.json#L16

yarnpkg/yarn#3430 (comment)

I tried to brute force around the issue with yarn:
yarnpkg/yarn#3430 (comment)

It took a while and it wasn't pretty but I got the project running:
Zeukkari@d59f396

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