question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot find module './ember-gestures.css' & './app/styles/mapbox-gl.css'

See original GitHub issue
  • embroider: 0.3.0
  • ember-cli: 3.8.1

After running ember serve, it gives an error about not finding a .css module:

Cannot find module './ember-gestures.css' from '/private/var/folders/px/k5qdw6s161n4t35jzbjsy2300000gp/T/embroider/5bf392/node_modules/ember-gestures'

I’ve removed that add-on – ember-gestures – to see what other errors I would have, and I’ve got the following:

Cannot find module './app/styles/mapbox-gl.css' from '/private/var/folders/px/k5qdw6s161n4t35jzbjsy2300000gp/T/embroider/5bf392/node_modules/@embroider/synthesized-vendor'

I don’t know it both errors relate to the same problem or not, but it’s my standing point 😃 I can share the error report, if needed. Thanks for the awesome work!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ef4commented, Apr 8, 2019

Please try 0.3.3 and open a new issue if this can still be reproduced. I think everything in the original thread here is fixed.

0reactions
AndreJoaquimcommented, Apr 8, 2019

Thanks @ef4! Sorry for not answering sooner, but I was in my holidays and I turned off all of my notifications. I’ll try the newer version 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot find module RecipeStyle.css - reactjs - Stack Overflow
I installed css loader and style-loader and babel. I imported the css file in my script but it shows me the error message:...
Read more >
Issues - GitHub
I have a problem with CSS importing on my production Gatsby blog. ... [1.0] Uncaught Error: Cannot find module "../css/xxx.css" #1624.
Read more >
postcss-import - npm
PostCSS plugin to transform @import rules by inlining content. This plugin can consume local files, node modules or web_modules. To resolve ...
Read more >
Parcel
Start with an HTML file. Add a <script> tag. Maybe some CSS. How about TypeScript? SASS? Images? No problem. Parcel works out of...
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
If you're a developer that works with Node JS and JavaScript libraries and frameworks like React, Vue, and Angular, then you might have ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found