Skip to content

Instantly share code, notes, and snippets.

@gravataLonga
Created November 13, 2017 17:47
Show Gist options
  • Save gravataLonga/4ecf62e506fd579d67046c56496ea97f to your computer and use it in GitHub Desktop.
Save gravataLonga/4ecf62e506fd579d67046c56496ea97f to your computer and use it in GitHub Desktop.
binding.readdir(pathModule._makeLong(path)) - /node_modules/node-sass/vendor
Caso der este erro:
fs.js:808
return binding.readdir(pathModule._makeLong(path));
^
Error: ENOENT: no such file or directory, scandir '/node_modules/node-sass/vendor'
Correr:
npm rebuild node-sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment