sourcegraph/browser-extensions

LoadingSpinner error at build time

sqs opened this issue · 3 comments

sqs commented

Locally and in CI I see this error, whch does not seem to be actually causing any problems:

Error: Could not import `../node_modules/@sourcegraph/react-loading-spinner/lib/LoadingSpinner.css` from any of the following locations:
  /home/travis/build/sourcegraph/browser-extensions/node_modules/@sourcegraph/codeintellify/node_modules/@sourcegraph/react-loading-spinner/lib/LoadingSpinner.css
  /home/travis/build/sourcegraph/node_modules/@sourcegraph/react-loading-spinner/lib/LoadingSpinner.css
  /node_modules/@sourcegraph/react-loading-spinner/lib/LoadingSpinner.css
  /home/travis/build/sourcegraph/browser-extensions/src/node_modules/@sourcegraph/react-loading-spinner/lib/LoadingSpinner.css

Example: https://travis-ci.org/sourcegraph/browser-extensions/jobs/428351223

Yeah it should use a bare package name

I tried using the bare package name and it didn't work. I think theres a problem with the loading spinner package.