-
Notifications
You must be signed in to change notification settings - Fork 12k
loaderUtils.parseQuery() : if there is a # in dir name > webpack : failed to compile (macos) #4872
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
Just to mention that the folder with # is my root folder for sources for years now... |
Hm. Well this sucks. We'll see what we can do. |
Similar error... or rather warning, in my case. OS:Ubuntu Version:@angular/cli: 1.0.2 I have no # in my path, yet a very similar warning is emitted upon build (in any mode, including -aot and/or -prod):
Could this be caused by the fact that my node_modules/ is behind a symlink? |
Can you still reproduce this issue? |
Closing the issue due to inactivity. If the problem still exists in the latest version of the CLI, please open a new issue following the template and providing a minimal demo where we can reproduce it. Thanks! :-) |
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?
Versions.
@angular/cli: 1.0.0-beta.32.3
node: 7.4.0
os: darwin x64
@angular/common: 2.4.7
@angular/compiler: 2.4.7
@angular/core: 2.4.7
@angular/flex-layout: 2.0.0-beta.5
@angular/forms: 2.4.7
@angular/http: 2.4.7
@angular/material: 2.0.0-beta.2
@angular/platform-browser: 2.4.7
@angular/platform-browser-dynamic: 2.4.7
@angular/router: 3.4.7
@angular/cli: 1.0.0-beta.32.3
@angular/compiler-cli: 2.4.7
Repro steps.
You can do it with angular-cli.
cd #FOLDER
ng new project-with-diese
cd project-with-diese
ng serve
The log given by the failure.
Mention any other details that might be useful.
related to #4869
The text was updated successfully, but these errors were encountered: