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
Should be a good idea to document the following dependencies being added by the ng-add schematic:
fuzzy
inquirer
inquirer-autocomplete-prompt
open
In this case, only open is being used for the ng deploy --preview command (as stated in the Angular discord firebase channel) whereas the others are needed only in the ng add step, so those can be safely removed after it 🤔
The text was updated successfully, but these errors were encountered:
FWIW open and inquirer, maybe even fuzzy / autocomplete, are likely already in your node_modules between firebase-tools and ng-cli. I’m adding them to devDeps to be defensive.
Should be a good idea to document the following dependencies being added by the ng-add schematic:
In this case, only
open
is being used for theng deploy --preview
command (as stated in the Angular discord firebase channel) whereas the others are needed only in the ng add step, so those can be safely removed after it 🤔The text was updated successfully, but these errors were encountered: