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
If I understand well config.defaultProject has been removed from Angular.json since Angular v14.
(found on angular-cli : defaultProject deprecated [https://github.com/angular/angular-cli/issues/23470])
I found a solution which works for me (on IONIC projects), but not sure that's the best way to solve the issue:
In node_modules@foal\cli\lib\generate\generators\angular\connect-angular.js :
I faced the following error when I try to connect an angular frontend project to FOAL, I've got the following error:
Do you want to submit a PR to fix this? The command foal connect command should always support the latest version of the CLI (Angular, Vue, etc) (not the previous ones).
The files to change are located in:
packages/cli/src/generate/specs/angular
packages/cli/src/generate/fixtures/angular (default json file generated by Angular CLI)
Version of FoalTS: 3.1.0
First of all : FoalTS is really great!
I faced the following error when I try to connect an angular frontend project to FOAL, I've got the following error:
If I understand well config.defaultProject has been removed from Angular.json since Angular v14.
(found on angular-cli : defaultProject deprecated [https://github.com/angular/angular-cli/issues/23470])
I found a solution which works for me (on IONIC projects), but not sure that's the best way to solve the issue:
In node_modules@foal\cli\lib\generate\generators\angular\connect-angular.js :
Hope this could help.
The text was updated successfully, but these errors were encountered: