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

Error at npm install #28

Open
ElronMacBong opened this issue Mar 16, 2022 · 4 comments
Open

Error at npm install #28

ElronMacBong opened this issue Mar 16, 2022 · 4 comments

Comments

@ElronMacBong
Copy link

Facing following error after using npm install on latest branch:

npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://npm.pkgs.xarth.tv:443/artifactory/api/npm/vr-npm/yargs-parser/-/yargs-parser-13.1.2.tgz failed, reason: connect ETIMEDOUT 10.193.174.182:443

It's running into the same error on dev rig as well.

Any suggestions about possible fix?

@ElronMacBong
Copy link
Author

It seems that this boilerplate is way out-of-date with dependencies.
Not only that it has major and minor update-gaps, it also uses removed setup-variables for webpack-dev-server.

The error seems to pop out because it tries to get an old package which is removed due to library-updates.

It would be wise to declare this boilerplate as outdated.

@yektas
Copy link

yektas commented Mar 16, 2022

Remove the node-sass dev dependency from package.json and you are good to go.
Used main branch btw

@noemiekpn
Copy link

I'm having the same issue. Removing node-sass from devDependencies did not work for me unfortunately.

@maiconcarraro
Copy link

maiconcarraro commented Aug 17, 2022

I gave a try and fixed the dependencies and was able to run w/ yarn #34

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

4 participants