react-form-builder
react-form-builder copied to clipboard
No such file or directory
ERROR in ENOENT: no such file or directory, scandir 'C:\users\name\react-form-builder\node_modules\node-sass\vendor' @ ./css/application.css.scss 4:14-122 13:2-17:4 14:20-128
I am also getting the Error: [email protected] install: node-gyp rebuild
error which I cant solve on npm install - so maybe related.
- git clone the repo
- npm install
- npm install missing dependancies
- npm run
npm rebuild node-sass does not fix the issue - ERROR in ENOENT: no such file or directory, scandir 'C:\users\name\react-form-builder\node_modules\node-sass\vendor' @ ./css/application.css.scss 4:14-122 13:2-17:4 14:20-128
npm rebuild node-sass did actually solve issue
//Open powershell as Admin npm install --global --production windows-build-tools
//download repo git clone [email protected]:blackjk3/react-form-builder.git
//cd into repo & install node-gyp locally npm install --global node-gyp
//install dependencies npm install
//May need to rebuild sass after install npm rebuild node-sass
//start http://localhost:8080/ npm start