Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabt-tech-com/installing-firebase-cli
https://github.com/mabt-tech-com/installing-firebase-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabt-tech-com/installing-firebase-cli
- Owner: mabt-tech-com
- Created: 2023-10-19T13:36:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T19:05:30.000Z (about 1 year ago)
- Last Synced: 2023-10-20T20:23:02.617Z (about 1 year ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# installing-firebase-cli
https://bobbyhadz.com/blog/flutterfire-is-not-recognized-as-internal-or-external-command
```
PS C:\Users\medam\Documents\elearny_app_0> firebase login
firebase : Impossible de charger le fichier C:\Users\medam\AppData\Roaming\npm\firebase.ps1, car l’exécution de scripts est désactivée sur ce système. Pour plus d’informations, consultez about_Execution_Policies à l’adresse
https://go.microsoft.com/fwlink/?LinkID=135170.
Au caractère Ligne:1 : 1
+ firebase login
+ ~~~~~~~~
+ CategoryInfo : Erreur de sécurité : (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\medam\Documents\elearny_app_0>
```https://learn.microsoft.com/fr-fr/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.3
>> solution : https://stackoverflow.com/questions/60594178/firebase-cannot-be-loading-because-running-scripts-is-disabled-on-this-system
https://stackoverflow.com/a/77202333/10216101
run powershell as admin :
```
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
```