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

Yet npm install errors #721

Closed
aldeiart opened this issue Oct 27, 2019 · 5 comments
Closed

Yet npm install errors #721

aldeiart opened this issue Oct 27, 2019 · 5 comments

Comments

@aldeiart
Copy link

@ro31337, you closed the issue, but its not resolved, and if you could help with this, I would appreciate so much

Seems like you didn't do npm install

Originally posted by @ro31337 in #720 (comment)

I do.
And I do npm install --save eslint-config-airbnb too, because i having this issues before:

npm test

[email protected] test /var/www/meleva
npm run lint && npm run ava ./test/before-all.js && npm run ava

[email protected] lint /var/www/meleva
eslint src test

Oops! Something went wrong! :(

ESLint: 6.6.0.

ESLint couldn't find the config "airbnb/base" to extend from. Please check that the name of the config is correct.

The config "airbnb/base" was referenced from the config file in "/var/www/meleva/.eslintrc".

If you still have problems, please stop by https://gitter.im/eslint/eslint to chat with the team.

npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] lint: eslint src test
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:

And I search on Google, and find the suggestion to do this command, but this make more errors appears

@aldeiart
Copy link
Author

I reinstall from the beginning, and now appears only this errors

/var/www/meleva/src/actions/menu/passenger/request-price.js
28:22 error Unable to resolve path to module 'firebase-admin' import/no-unresolved

/var/www/meleva/src/firebase-db.js
19:22 error Unable to resolve path to module 'firebase-admin' import/no-unresolved

/var/www/meleva/src/response-handlers/update-location-response-handler.js
24:22 error Unable to resolve path to module 'firebase-admin' import/no-unresolved

/var/www/meleva/src/tools/purge-stale-orders.js
20:22 error Unable to resolve path to module 'firebase-admin' import/no-unresolved

✖ 4 problems (4 errors, 0 warnings)

@aldeiart
Copy link
Author

and Yes, I do npm install

@ro31337
Copy link
Owner

ro31337 commented Oct 27, 2019

Yes, seems for unknown reason build is failing now. Npm and Node.js infrastructure is a total shit show as of today, it was OK yesterday, but now it just doesn't install anything.

https://travis-ci.org/ro31337/libretaxi/ is also failing

Can't do anything, sorry. High rental prices in San Francisco discourage me from doing any help/open source work without funding. Dreaming about leaving the shitty place. Gone to pay my bills. Good luck with that.

@aldeiart
Copy link
Author

OK, I undesrtand agreed with your word... thanks anyway.

@aldeiart
Copy link
Author

I resolved by deleting the node_modules and install by

meteor npm install

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