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
As an example, when there is a trailing comma in one of the array's in angular.json the CLI will just work.
However, running ng add @scullyio/init will silently fail. It will exit without an error before its done.
The text was updated successfully, but these errors were encountered:
Thanks @SanderElias ,
I had the same kind of problem, but with an error, and not while the installation process. When running npm run scully, I had an error telling that Scully didn't find my project in the angular.json, but it was in. Thanks to this issue, I understood that the reason was a guilty comma in the angular.json file, then the JSON was invalid for Scully. After removing the comma, it was ok...
It's quite important to check if the angular.json file is valid when error or strange behaviour occurs.
🐞 Bug report
Description
As an example, when there is a trailing comma in one of the array's in
angular.json
the CLI will just work.However, running
ng add @scullyio/init
will silently fail. It will exit without an error before its done.The text was updated successfully, but these errors were encountered: