BroadleafCommerce / ReactStarter

Broadleaf Commerce Spring Boot React Starter
Creative Commons Zero v1.0 Universal
43 stars 41 forks source link

Failure of yarn compile during site setup #12

Closed sosproduction closed 5 years ago

sosproduction commented 5 years ago

Hello everyone, in using yarn for package management it installs some dependencies using node-gyp and will fail when doing the initial yarninstall during the fsevents and node-sass setup for packages. Use this command to install node-gyp for a clean package.json install

npm install -g node-gyp && node-gyp install

sosproduction commented 5 years ago

Hey guys, I would like to contribute to the ReactStarter project. This is not pull request material, but useful for initial install.