-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't import from node_modules #250
Comments
I'm having the same problem |
Can you try again with v4.5.3? |
Working for me in v4.5.3, thank you! |
When I try to use the normalize-scss plugin, I still get the same error. |
Oh okay, after installing it, I needed to restart my Meteor app completely. Now it works, thank you very much :) |
Not working for me on v4.5.4 but my issue is related more to issue #219 since I'm trying to import a css file. I tried moving the css file to the stylesheets folder and had the same error, but when I changed the extension to css it worked. |
@pilarArr Yep, that seems to be related to the other issue, so I'll close this one. |
Hi @sebakerckhof, the thing is that issue #219 is closed, in there you say that is a duplicate of #195, then issue #195 is also closed, and you point to issue #165 to continue the discussion there, on issue #165 you point to meteor/meteor#6037 which is also closed. But issue #165 is off topic in the sense that it refers specifically to Meteor 1.3. |
Hey,
I try to import a .scss file within client/imports.scss:
App crashes with error:
But the path exists within the node_modules directory. Any idea what's going wrong?
The text was updated successfully, but these errors were encountered: