reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Can't run 'reaction run' on window #36

Closed naveen1941 closed 7 years ago

naveen1941 commented 7 years ago

I have followed instructions given on official site to setup app on my windows 10 machine.

reaction init - is successful > then i did cd reaction/ then "reaction run"

but when I do "reaction run" I am getting the following message.


This CLI tool has been deprecated in favor of the reaction-cli Node module. More info at https://www.npmjs.com/package/reaction-cli

You can install it by running:

npm install -g reaction-cli

Then you can see the usage info by running 'reaction --help'


Note: reaciton -v

Node: 4.2.4 NPM: 5.0.3 Meteor Node: 4.8.2 Meteor NPM: 4.5.0 Reaction CLI: 0.9.3

jshimko commented 7 years ago

Sounds like your cmd prompt is running the legacy bash script in the root of the Reaction project instead of using reaction-cli. Try deleting that file and running it again.

Not sure why that would happen for you when no other Windows users have reported it, so maybe there's something wrong with your $PATH. But I guess if running reaction -v works, that's clearly not the problem.