Skip to content

Instantly share code, notes, and snippets.

@iolson
Created April 24, 2017 06:19
Show Gist options
  • Save iolson/0827bcee8e5318b044f94955620be5bf to your computer and use it in GitHub Desktop.
Save iolson/0827bcee8e5318b044f94955620be5bf to your computer and use it in GitHub Desktop.
node_modules/.bin/gulp --production
[06:17:39] Using gulpfile ~/<project_name>/gulpfile.js
[06:17:39] Starting 'default'...
[06:17:39] Starting 'sass'...
[06:17:39] 'sass' errored after 15 ms
[06:17:39] Error: ENOENT: no such file or directory, scandir '/home/ubuntu/<project_name>/node_modules/node-sass/vendor'
at Error (native)
at Object.fs.readdirSync (fs.js:808:18)
at Object.getInstalledBinaries (/home/ubuntu/<project_name>/node_modules/node-sass/lib/extensions.js:119:13)
at foundBinariesList (/home/ubuntu/<project_name>/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/home/ubuntu/<project_name>/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/home/ubuntu/<project_name>/node_modules/node-sass/lib/errors.js:45:5)
at Object.<anonymous> (/home/ubuntu/<project_name>/node_modules/node-sass/lib/index.js:15:28)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
[06:17:39] Error in plugin 'run-sequence(sass)'
Message:
ENOENT: no such file or directory, scandir '/home/ubuntu/<project_name>/node_modules/node-sass/vendor'
Details:
errno: -2
code: ENOENT
syscall: scandir
path: /home/ubuntu/<project_name>/node_modules/node-sass/vendor
Stack:
Error: ENOENT: no such file or directory, scandir '/home/ubuntu/<project_name>/node_modules/node-sass/vendor'
at Error (native)
at Object.fs.readdirSync (fs.js:808:18)
at Object.getInstalledBinaries (/home/ubuntu/<project_name>/node_modules/node-sass/lib/extensions.js:119:13)
at foundBinariesList (/home/ubuntu/<project_name>/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/home/ubuntu/<project_name>/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/home/ubuntu/<project_name>/node_modules/node-sass/lib/errors.js:45:5)
at Object.<anonymous> (/home/ubuntu/<project_name>/node_modules/node-sass/lib/index.js:15:28)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
[06:17:39] Finished 'default' after 20 ms
node_modules/.bin/gulp --production returned exit code 1
Action failed: node_modules/.bin/gulp --production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment