blackjk3 / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
648 stars 521 forks source link

The folder 'vendor' is missing #13

Closed jhetchan closed 7 years ago

jhetchan commented 7 years ago

ERROR in ENOENT: no such file or directory, scandir '/Users/Jhet/react/form-builder/react-form-builder/node_modules/node-sass/vendor' @ ./css/application.css.scss 4:14-126 13:2-17:4 14:20-132

webpack: bundle is now VALID.

blackjk3 commented 7 years ago

@jhetchan did you try doing something like this?

https://github.com/sass/node-sass/issues/1579#issuecomment-227663782

mbluemer commented 7 years ago

Can confirm running npm rebuild node-sass fixes the issue.