-
Notifications
You must be signed in to change notification settings - Fork 12k
Can't run ng test with @ngtools/webpack 1.3.2 #6457
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
Same problem here |
I am having same issue since this morning! angular-cli: 1.0.0-beta.26 |
|
for me adding "@ ngtools/webpack": "1.3.0" to package.json solved the issue for now but i am not an expert and do not know if there is any side effect. |
@smileLilith what do you mean adding |
Closing this as obsolete/fixed. |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
After doing a clean
npm install
, run:ng test --single-run
The log given by the failure.
Desired functionality.
Should run unit tests
Mention any other details that might be useful.
I believe this issue might be related to the last updated on ngtools/webpack . Specifically from version 1.3.1 to 1.3.2.
Package.json from my project
The text was updated successfully, but these errors were encountered: