Warning: unable to resolve "stage-2" in presets of /var/src/.babelrc
about halfway through. Is there any way you can help me get the docker setup going for this?
reaction
command, you mean it runs with errors?
reaction
command
meteor
command
reaction-cli
?
npm install -g reaction-cli
meteor npm install
?
npm install -g reaction-cli
reaction init
cd reaction
reaction
meteor npm install
reaction -v
and give me what the results of that are?
meteor npm install
then that’s the issue there
meteor npm install
installs everything
reaction init
Can you please install this:
npm install -g windows-build-tools
and then start over with a fresh install of Reaction.
reaction init
npm install -g windows-build-tools reaction-cli
reaction init
reactioncommerce/reaction:latest
you can install Docker on your local machine…
https://www.docker.com/products/overview
then run…
# the latest development image
docker run -p 80:80 reactioncommerce/prequel:latest
and then just visit http://localhost/
meteor
?