-
Notifications
You must be signed in to change notification settings - Fork 12k
ng build --prod ENOENT Error opening material components #1052
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
It might be worth noting this is appearing also on Windows, but not on MAC (as far as I've tested). Are there potentially some unix commands missing from Windows perhaps going on behind the scenes? |
We see this error both in Mac and Ubuntu. |
I believe this is a duplicate of #940 - it's an issue (angular/components#541) with angular2-material that they're going to fix there. |
Thanks @sphanley , I'm closing this issue then. |
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. |
1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OS X Yosemite 10.10.5 and Ubuntu 12.04
2. Versions. Please run
ng --version
. If there's nothing outputted, pleaseOS X Yosemite:
Ubuntu:
3. Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
I get an error when I execute
ng build --prod
.ng build
works fine.I've installed several angular2-material components. These are my current npm dependencies:
4. The log given by the failure. Normally this include a stack trace and some
more information.
When executing ng build --prod I get this error:
5. Mention any other details that might be useful.
I believe the problem is I started the project with pre-beta version of angular-cli. Actually, I create a brand new project installing some angular2-material component and it worked.
I've checked all angular-cli configuration files searching for any parameter I may have wrong but I found nothing different.
The text was updated successfully, but these errors were encountered: