We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm test never finishes being stuck on Generating browser application bundles (phase: setup)...
npm test
Generating browser application bundles (phase: setup)...
Current behavior: Sits on the Generating browser application bundles (phase: setup)... state indefinitely
Expected behavior: npm test would run the tests and finish.
Steps to reproduce: just run the command
Windows 11 npm version 9.5.1 node version v16.14.0
I also tried to force Angular to be v 14.2.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Issue description
npm test
never finishes being stuck onGenerating browser application bundles (phase: setup)...
Current behavior:
Sits on the
Generating browser application bundles (phase: setup)...
state indefinitelyExpected behavior:
npm test
would run the tests and finish.Steps to reproduce:
just run the command
Other information:
Windows 11
npm version 9.5.1
node version v16.14.0
The text was updated successfully, but these errors were encountered: