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.

File to import not found or unreadable: pod-styles

See original GitHub issue

I’m using SASS as part of the following dependency tree:

{
    "ember-cli": "1.13.13",
    "ember-cli-app-version": "1.0.0",
    "ember-cli-babel": "5.1.5",
    "ember-cli-content-security-policy": "0.4.0",
    "ember-cli-dependency-checker": "1.1.0",
    "ember-cli-htmlbars": "^1.0.1",
    "ember-cli-htmlbars-inline-precompile": "0.3.1",
    "ember-cli-ic-ajax": "0.2.4",
    "ember-cli-inject-live-reload": "1.3.1",
    "ember-cli-qunit": "1.0.4",
    "ember-cli-release": "0.2.8",
    "ember-cli-sass": "5.2.0",
    "ember-cli-sri": "1.2.0",
    "ember-cli-uglify": "1.2.0",
    "ember-component-css": "0.1.6",
    "ember-data": "1.13.15",
    "ember-disable-proxy-controllers": "1.0.1",
    "ember-export-application-global": "1.0.4"
}

Hitting ember serve gives me:

version: 1.13.13
Serving on http://localhost:4200/
File: ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/app/styles/app.scss (1)
File to import not found or unreadable: pod-styles
Parent style sheet: ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/app/styles/app.scss
Error: File to import not found or unreadable: pod-styles.
Parent style sheet: ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/app/styles/app.scss
    at options.error (${root}\node_modules\ember-cli-sass\node_modules\broccoli-sass-source-maps\node_modules\node-sass\lib\index.js:277:32)
file changed styles\app.scss
File: ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/app/styles/app.scss (1)
File to import not found or unreadable: pod-styles
Parent style sheet: ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/app/styles/app.scss
Error: File to import not found or unreadable: pod-styles
Parent style sheet: ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/app/styles/app.scss
    at options.error (${root}\node_modules\ember-cli-sass\node_modules\broccoli-sass-source-maps\node_modules\node-sass\lib\index.js:277:32)

I’m using Git Bash from Windows, which may be a factor - symlinks are weird with Windows. If I take a peak in ${root}/tmp/sass_compiler-input_base_path-R5YAC5O5.tmp/0/, I can see a symlink labelled pod-style. but it doesn’t offer me much else to go on.

Any ideas what’s going on here?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
gokatzcommented, Apr 23, 2019

I’m getting the same error when building using embroider.

    "@embroider/compat": "^0.3.4",
    "@embroider/core": "^0.3.4",
    "@embroider/webpack": "^0.3.4",
    "ember-source": "~3.8.0"

Any help?

1reaction
NullVoxPopulicommented, May 14, 2017

@ankushdharkar that worked for me! (Ember 2.9.x)

Read more comments on GitHub >

github_iconTop Results From Across the Web

File to import not found or unreadable: pod-styles #102 - GitHub
I'm using SASS as part of the following dependency tree: { "ember-cli": "1.13.13", "ember-cli-app-version": "1.0.0", "ember-cli-babel": ...
Read more >
SCSS file error: File to import not found or unreadable: bootstrap
Whenever I try, I get this error: Your site is having problems building: Your SCSS file sass/about. scss has an error on line...
Read more >
file to import not found or unreadable - Visual Studio Feedback
Its a normal Web App (WinForms) using VB.NET with a CSS folder where I was adding the SCSS files. Example: css mixins.scss variables.scss...
Read more >
Error: File to import not found or unreadable: bootstrap - Drupal
THe compilation file expects to find Bootstrap under /themes/contrib/bootstrap and the subtheme on /themes/custom/subtheme. Apart from that it ...
Read more >
ember-cli-sass - Bountysource
The Broccoli Plugin: [BroccoliMergeTrees] failed with: Error: File to import not found or unreadable: variables. Parent style sheet: /Users/jonmcewen/Desktop/ ...
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