Skip to content

Instantly share code, notes, and snippets.

@wangbus
Created June 15, 2015 10:16
Show Gist options
  • Save wangbus/638aaf51a6b291b11be2 to your computer and use it in GitHub Desktop.
Save wangbus/638aaf51a6b291b11be2 to your computer and use it in GitHub Desktop.
{ [Error: ENOENT, lstat './bower_components/foundation/scss/foundation/components']
errno: -2,
code: 'ENOENT',
path: './bower_components/foundation/scss/foundation/components' }
Unhandled rejection Error: ENOENT, lstat './bower_components/angular-loading-bar/build/loading-bar.css'
at Error (native)
Unhandled rejection Error: {
"status": 1,
"file": "/home/btctalk/epochtalk/app/scss/app.scss",
"line": 2,
"column": 9,
"message": "file to import not found or unreadable: normalize\nCurrent dir: /home/btctalk/epochtalk/app/scss/"
}
at Object.ensureErrorObject (/home/btctalk/epochtalk/node_modules/bluebird/js/main/util.js:232:20)
at Promise._rejectCallback (/home/btctalk/epochtalk/node_modules/bluebird/js/main/promise.js:416:22)
at Promise._resolveFromResolver (/home/btctalk/epochtalk/node_modules/bluebird/js/main/promise.js:440:17)
at new Promise (/home/btctalk/epochtalk/node_modules/bluebird/js/main/promise.js:53:37)
at module.exports (/home/btctalk/epochtalk/scripts/tasks/sass.js:11:10)
at tryCatcher (/home/btctalk/epochtalk/node_modules/bluebird/js/main/util.js:24:31)
at Promise._settlePromiseFromHandler (/home/btctalk/epochtalk/node_modules/bluebird/js/main/promise.js:454:31)
at Promise._settlePromiseAt (/home/btctalk/epochtalk/node_modules/bluebird/js/main/promise.js:530:18)
at Async._drainQueue (/home/btctalk/epochtalk/node_modules/bluebird/js/main/async.js:187:12)
at Async._drainQueues (/home/btctalk/epochtalk/node_modules/bluebird/js/main/async.js:192:10)
at Immediate.Async.drainQueues [as _onImmediate] (/home/btctalk/epochtalk/node_modules/bluebird/js/main/async.js:15:14)
at processImmediate [as _immediateCallback] (timers.js:358:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment