I installed flarum/cli but the commands not run.
`PS C:\xampp\htdocs\flarum\vendor> npm install -g @flarum/cli
npm WARN deprecated @oclif/screen@1.0.4: Deprecated in favor of @oclif/core
npm WARN deprecated @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated cli-ux@6.0.9: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
changed 234 packages, and audited 235 packages in 10s
20 packages are looking for funding
run npm fund
for details
2 vulnerabilities (1 high, 1 critical)
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run npm audit
for details.
PS C:\xampp\htdocs\flarum\vendor> flarum-cli --help
flarum-cli : El t茅rmino 'flarum-cli' no se reconoce como nombre de un cmdlet, funci贸n, archivo de script o programa
ejecutable. Compruebe si escribi贸 correctamente el nombre o, si incluy贸 una ruta de acceso, compruebe que dicha ruta
es correcta e int茅ntelo de nuevo.
En l铆nea: 1 Car谩cter: 1
- flarum-cli --help
- ~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (flarum-cli:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionPS C:\xampp\htdocs\flarum\vendor> npm install -g @flarum/cli
npm WARN deprecated @oclif/screen@1.0.4: Deprecated in favor of @oclif/core
npm WARN deprecated @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated cli-ux@6.0.9: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
changed 234 packages, and audited 235 packages in 10s
20 packages are looking for funding
run `npm fund` for details
2 vulnerabilities (1 high, 1 critical)
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
PS C:\xampp\htdocs\flarum\vendor> flarum-cli --help
flarum-cli : El t茅rmino 'flarum-cli' no se reconoce como nombre de un cmdlet, funci贸n, archivo de script o programa
ejecutable. Compruebe si escribi贸 correctamente el nombre o, si incluy贸 una ruta de acceso, compruebe que dicha ruta
es correcta e int茅ntelo de nuevo.
En l铆nea: 1 Car谩cter: 1
+ flarum-cli --help+ ~~~~~~~~~~
- CategoryInfo : ObjectNotFound: (flarum-cli:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException`