Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory #25

Open
Rudgey84 opened this issue Oct 24, 2017 · 2 comments
Open

No such file or directory #25

Rudgey84 opened this issue Oct 24, 2017 · 2 comments

Comments

@Rudgey84
Copy link

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: contextify@0.1.15 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
Copy link
Author

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
Copy link
Author

npm rebuild node-sass did actually solve issue

//Open powershell as Admin
npm install --global --production windows-build-tools

//download repo
git clone git@github.com: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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant