react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

No such file or directory

Open Rudgey84 opened this issue 7 years ago • 2 comments

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.

  1. git clone the repo
  2. npm install
  3. npm install missing dependancies
  4. npm run

Rudgey84 avatar Oct 24 '17 11:10 Rudgey84

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

Rudgey84 avatar Oct 24 '17 12:10 Rudgey84

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

Rudgey84 avatar Oct 30 '17 12:10 Rudgey84