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 tests failed #720

Closed
aldeiart opened this issue Oct 27, 2019 · 1 comment
Closed

NPM tests failed #720

aldeiart opened this issue Oct 27, 2019 · 1 comment

Comments

@aldeiart
Copy link

Hi, I tried to install the libretaxi om my server, but on the npm test, I have some errors... anyone can help to understand this and fix?

[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

/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/conditions/around.js
20:22 error Unable to resolve path to module 'geopoint' 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/cli/interrupt-prompt-response-handler.js
20:22 error Unable to resolve path to module 'inquirer' import/no-unresolved

/var/www/meleva/src/response-handlers/cli/options-response-handler.js
20:22 error Unable to resolve path to module 'inquirer' import/no-unresolved

/var/www/meleva/src/response-handlers/cli/request-location-response-handler.js
20:22 error Unable to resolve path to module 'inquirer' import/no-unresolved

/var/www/meleva/src/response-handlers/cli/request-phone-response-handler.js
20:22 error Unable to resolve path to module 'inquirer' import/no-unresolved

/var/www/meleva/src/response-handlers/cli/request-user-input-response-handler.js
20:22 error Unable to resolve path to module 'inquirer' 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

✖ 10 problems (10 errors, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] lint: eslint src test
npm ERR! Exit status 1
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.

@ro31337
Copy link
Owner

ro31337 commented Oct 27, 2019

Seems like you didn't do 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