truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

problem when running truffle unbox react #20

Closed EdsonAlcala closed 5 years ago

EdsonAlcala commented 7 years ago

issues

ryanhagerty commented 7 years ago

@EdsonAlcala Chiming in because I found myself with this problem when I was installing on my Windows machine.

I had to do three things:

  1. Run command prompt as administrator
  2. npm install --global --production windows-build-tools
  3. npm install --global node-gyp

Hope this helps - these can take a bit to install btw.

emalkan commented 6 years ago

Didnt work for me. Still showing truffle command not found

kilnamkim commented 6 years ago

@emalkan

You should check this document(#link). I excuted truffle on Windows 7.

truffle.cmd compile
truffle.cmd init
bangzhu-simple commented 5 years ago

I always fail

Alakazam03 commented 5 years ago

just try npm rebuild

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if no there is no reply to further comments.

Harry1609 commented 5 years ago

Having issue in truffle unbox react Screenshot (2)

Harry1609 commented 5 years ago

solved this problem

  1. npm install --global --production windows-build-tools
  2. npm install --global node-gyp
NITianJANGRA commented 4 years ago

Screenshot (70)

Nathanrowe32 commented 3 years ago

Im getting that same problem