reactioncommerce / cli

A command line tool for creating, developing and deploying Open Commerce projects
Apache License 2.0
5 stars 10 forks source link

Not able to run the reaction cli despite having the right node version #174

Closed mgara closed 9 months ago

mgara commented 9 months ago

Trying to create new project with reaction but I tried everything ... tried with node 15 didn't work... also the cli is displying a requirement of node 14 or 15 but his is not working

❯ node -v
v15.14.0
❯ reaction create-project api test-api
reaction-cli: Your node version must be one of: [ v14, v15 ]
reaction-cli: Dependency check failed. Command could not complete
mgara commented 9 months ago

this is kinda related to : https://github.com/reactioncommerce/reaction/issues/6865

mgara commented 9 months ago

Bad env setup, a which reaction helped me to figure out what am I running and where am I running it.