Build/Submit details page URL
No response
Summary
I am trying to us react expo but using nvm as node js manager and installed the eas-cli using "npm install --global eas-cli". the cli is installed but the problem is eas is not a recognize commans so i have to do 2 things:
- add environment variables to path with nvm node folder v24.21.0\node_modules\eas-cli\bin
- rename run.cmd to eas.cmd
after this eas commands works. is this safe to do or i did something wrong or is it because of using nvm?
Managed or bare?
Bare
Environment
eas login
Error output
eas : The term 'eas' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- eas login
-
+ CategoryInfo : ObjectNotFound: (eas:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Reproducible demo or steps to reproduce from a blank project
install eas cli on node js that is installed using nvm (Node Version Manager)
Build/Submit details page URL
No response
Summary
I am trying to us react expo but using nvm as node js manager and installed the eas-cli using "npm install --global eas-cli". the cli is installed but the problem is eas is not a recognize commans so i have to do 2 things:
after this eas commands works. is this safe to do or i did something wrong or is it because of using nvm?
Managed or bare?
Bare
Environment
eas login
Error output
eas : The term 'eas' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
Reproducible demo or steps to reproduce from a blank project
install eas cli on node js that is installed using nvm (Node Version Manager)