-
Notifications
You must be signed in to change notification settings - Fork 12k
Error compiling SCSS in linked Angular-CLI #4282
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
Comments
I just tried this while testing something else and it seemed fine. Was able to add in Can you test again with latest master and deleted/reinstalled node_modules? |
@filipesilva will try again tomorrow morning with the latest master and see if the error persists. |
I am having the same problem. Here are some more details:
Following is the error I am getting. All I did was removed and re-written it and hit Ctrl-S, and suddenly webpack couldn't compile it anymore.
|
I'm having a similar error on a fresh project started with the angular-cli. If I trigger a build from the app.component.html, I get the following error. If I trigger a build from any other file the bundling is successful. NG version
Error
Contents of app.component.html
|
Was getting the same error with beta 26. Downgraded to beta 25 and was getting an error that Edit: Still getting error
|
Ran into the same bug, trashed my node modules and yarn.lock and reinstalled and now its gone. |
I delete the files of type yarm.lock in the project and I work without problems. |
Seems like it was a dependency problem at some point, and it's gone now. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Ubuntu 16.10
Versions.
master at
0664beb76da87cb0c8b39c0029dffb3959faadcc
usingnpm link
Repro steps.
ng serve --env local
. It all builds normally.The log given by the failure.
Mention any other details that might be useful.
This was probably caused by #4188 which modified the
populateWebpackResolver
method inpackages/@ngtools/webpack/src/compiler_host.ts
, but I didn't dig much further than that.The text was updated successfully, but these errors were encountered: