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.

import not found or unreadable: ../ember-freestyle/highlight.js/zenburn.

See original GitHub issue

When upgrading from 0.2.14 to 0.3.0 (and still with 0.4.0 or 0.4.1) im getting following error:

File: C:/projects/mvb-ember-ui-guides/tmp/sass_compiler-input_base_path-pJD3njA1.tmp/components/freestyle-notes.scss (12)
The Broccoli Plugin: [SassCompiler] failed with:
Error: File to import not found or unreadable: ../ember-freestyle/highlight.js/zenburn.
Parent style sheet: C:/projects/mvb-ember-ui-guides/tmp/sass_compiler-input_base_path-pJD3njA1.tmp/components/freestyle-notes.scss
    at options.error (C:\projects\mvb-ember-ui-guides\node_modules\ember-freestyle\node_modules\ember-cli-sass\node_modules\broccoli-sass-source-maps\node_modules\node-sass\lib\index.js:291:26)

The broccoli plugin was instantiated at:
    at SassCompiler.Plugin (C:\projects\mvb-ember-ui-guides\node_modules\broccoli-plugin\index.js:7:31)
    at SassCompiler.CachingWriter [as constructor] (C:\projects\mvb-ember-ui-guides\node_modules\broccoli-caching-writer\index.js:18:10)
    at new SassCompiler (C:\projects\mvb-ember-ui-guides\node_modules\ember-freestyle\node_modules\ember-cli-sass\node_modules\broccoli-sass-source-maps\index.js:20:17)
    at C:\projects\mvb-ember-ui-guides\node_modules\ember-freestyle\node_modules\ember-cli-sass\index.js:38:12
    at Array.map (native)
    at SASSPlugin.toTree (C:\projects\mvb-ember-ui-guides\node_modules\ember-freestyle\node_modules\ember-cli-sass\index.js:35:34)
    at C:\projects\mvb-ember-ui-guides\node_modules\ember-cli-preprocess-registry\preprocessors.js:180:26
    at Array.forEach (native)
    at processPlugins (C:\projects\mvb-ember-ui-guides\node_modules\ember-cli-preprocess-registry\preprocessors.js:178:11)
    at module.exports.preprocessCss (C:\projects\mvb-ember-ui-guides\node_modules\ember-cli-preprocess-registry\preprocessors.js:148:10)

Do you have an idea what could cause this issue

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mossymakercommented, Jun 21, 2017

Were there a few spots missed in #111? To get my project building, I had to remove some highlight.js references in:

I don’t know if it’s the right fix, but it seemed odd to me that the imports stuck around after the shift to CDN.

0reactions
chrisloprestocommented, Jul 10, 2017

@zidjian257 @rajasegar @callovarne Whenever you have a chance, can you let me know if the changes in v0.5.0 and v0.6.0 fix things up for you? Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: File to import not found or unreadable · Issue #45 - GitHub
Hello I recently updated LibSassHost in my project to 1.3.1 and with the following .scss file am getting an error. The bootstrap.scss file...
Read more >
Error: File to import not found or unreadable: ~bootstrap/scss ...
When Sass is precompiled by its own CLI, it processes @imports by itself, and sometimes thus doesn't understand ~ notation.
Read more >
Error: File to import not found or unreadable: bootstrap - Drupal
The only place I can find a reference to "bootstrap" without further direction in in my theme yml file, where it is supposed...
Read more >
file to import not found or unreadable - Visual Studio Feedback
[severity:I'm unable to use this version] I am using SCSS within VS2019 and when I click Save All it always says: file to...
Read more >
SCSS: File to import not found or unreadable - Help - Jekyll Talk
Hello, I have built my user github page locally, and everything works fine. However, when pushing to github, I get this error: Your...
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