Skip to content

Instantly share code, notes, and snippets.

@vansika
Created November 5, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vansika/78b5ec1ff28eafedc5b01e2becb2b813 to your computer and use it in GitHub Desktop.
Save vansika/78b5ec1ff28eafedc5b01e2becb2b813 to your computer and use it in GitHub Desktop.
> listenbrainz@1.0.0 format /code
> eslint ./static/js/src --ignore-path .gitignore --ext .js,jsx,ts,tsx --fix --quiet
/code/static/js/src/recommendations/RecommendationCard.tsx
21:32 error Unable to resolve path to module '@fortawesome/fontawesome-common-types' import/no-unresolved
✖ 1 problem (1 error, 0 warnings)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! listenbrainz@1.0.0 format: `eslint ./static/js/src --ignore-path .gitignore --ext .js,jsx,ts,tsx --fix --quiet`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the listenbrainz@1.0.0 format script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-11-05T14_06_19_759Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment