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:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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 😃