You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wallaby does not work in VSCode with a new Angular 13.1.0 project.
Error: Failed to load configuration file: Automatic Angular CLI configuration error: n is not a function
npm install -g @angular/cli
ng --version
Angular CLI: 13.1.1
Node: 14.18.1 (-> I've also tried with 16.13.1 with same result)
Package Manager: npm 6.14.15
OS: win32 x64
Angular: 13.1.0
ng new foo
ng test
TOTAL: 3 SUCCESS
in VSCode:
Wallaby.js Select Configuration
Automatic Configuration
-> results in Error-Output below
It works fine when I'm changing all Angular-Packages in package.json back to Angular 13.0.0
but I'd like to use Angular 13.1.0.
(We've tried this also with different People's PCs and different projects.)
Thanks for your support and big compliments for your outstanding product.
greetings,
Alex
Wallaby diagnostics report
[Info] Started Wallaby.js Core v1.0.1192
[Info] - Generating browser application bundles (phase: setup)...
[Error] Failed to load configuration file: Automatic Angular CLI configuration error: n is not a function
[Error]
[Error] We've also tried to automatically configure Wallaby.js for other frameworks
[Error] Automatic Jest configuration error: Module jest-cli is not found in '.'.
[Error] Please refer to our docs: https://wallabyjs.com/docs/config/overview.html
The text was updated successfully, but these errors were encountered:
Issue description or question
Wallaby does not work in VSCode with a new Angular 13.1.0 project.
Error: Failed to load configuration file: Automatic Angular CLI configuration error: n is not a function
npm install -g @angular/cli
ng --version
Angular CLI: 13.1.1
Node: 14.18.1 (-> I've also tried with 16.13.1 with same result)
Package Manager: npm 6.14.15
OS: win32 x64
Angular: 13.1.0
ng new foo
ng test
TOTAL: 3 SUCCESS
in VSCode:
It works fine when I'm changing all Angular-Packages in package.json back to Angular 13.0.0
but I'd like to use Angular 13.1.0.
(We've tried this also with different People's PCs and different projects.)
Thanks for your support and big compliments for your outstanding product.
greetings,
Alex
Wallaby diagnostics report
[Info] Started Wallaby.js Core v1.0.1192
[Info] - Generating browser application bundles (phase: setup)...
[Error] Failed to load configuration file: Automatic Angular CLI configuration error: n is not a function
[Error]
[Error] We've also tried to automatically configure Wallaby.js for other frameworks
[Error] Automatic Jest configuration error: Module jest-cli is not found in '.'.
[Error] Please refer to our docs: https://wallabyjs.com/docs/config/overview.html
The text was updated successfully, but these errors were encountered: