Skip to content

Instantly share code, notes, and snippets.

@valish
Last active December 14, 2015 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valish/5160629 to your computer and use it in GitHub Desktop.
Save valish/5160629 to your computer and use it in GitHub Desktop.
sails lift error
// RESULT OF 'sudo npm -g install sails'
sails@0.8.89-1 /usr/local/lib/node_modules/sails
├── parley@0.0.2
├── include-all@0.0.5
├── node-uuid@1.4.0
├── async@0.1.22
├── wrench@1.4.4
├── ejs@0.7.2
├── underscore@1.4.2
├── underscore.string@2.3.0
├── less@1.3.0
├── fs-watch-tree@0.2.2 (when@1.3.0)
├── optimist@0.3.4 (wordwrap@0.0.2)
├── i18n@0.3.5 (sprintf@0.1.1)
├── express@2.5.11 (qs@0.4.2, mime@1.2.4, mkdirp@0.3.0)
├── winston@0.6.2 (cycle@1.0.2, eyes@0.1.8, colors@0.6.0-1, stack-trace@0.0.6, pkginfo@0.2.3, request@2.9.203)
├── jade@0.28.0 (commander@0.6.1, mkdirp@0.3.5, coffee-script@1.4.0)
├── fs-extra@0.5.0 (jsonfile@0.0.1, mkdirp@0.3.5, ncp@0.2.7, rimraf@2.1.4)
├── glob@3.1.14 (inherits@1.0.0, graceful-fs@1.1.14, minimatch@0.2.11)
├── connect@1.8.3 (mime@1.2.9, formidable@1.0.12, qs@0.5.3)
├── clean-css@0.10.1 (commander@1.1.1)
├── uglify-js@2.2.4 (optimist@0.3.5, source-map@0.1.9)
├── sails-dirty@0.7.2 (dirty@0.9.6, underscore@1.4.4, underscore.string@2.3.1, fs-extra@0.3.2)
├── forever@0.10.0 (watch@0.5.1, timespan@2.0.1, pkginfo@0.2.3, nssocket@0.3.8, utile@0.1.2, cliff@0.1.8, nconf@0.6.1, flatiron@0.2.3, forever-monitor@1.0.1)
├── socket.io@0.9.6 (policyfile@0.0.4, redis@0.6.7, socket.io-client@0.9.6)
└── asset-rack@2.0.6 (mime@1.2.7, underscore@1.4.4, nib@0.9.1, coffee-script@1.4.0, jade@0.27.7, stylus@0.32.0, markdown@0.4.0, less@1.3.3, snockets@1.3.8, browserify@1.17.3, pkgcloud@0.6.6)
[valish@localhost sailsTest]$ sails lift
debug: Starting server in /home/valish/Projects/sailsTest...
timers.js:103
if (!process.listeners('uncaughtException').length) throw e;
^
Error: watch ENOSPC
at errnoException (fs.js:806:11)
at FSWatcher.start (fs.js:837:11)
at Object.fs.watch (fs.js:861:11)
at watch (/usr/local/lib/node_modules/sails/node_modules/fs-watch-tree/lib/watch-tree-unix.js:49:15)
at addWatch (/usr/local/lib/node_modules/sails/node_modules/fs-watch-tree/lib/watch-tree-unix.js:67:24)
at Object.watchTree (/usr/local/lib/node_modules/sails/node_modules/fs-watch-tree/lib/watch-tree-unix.js:80:5)
at exports.configure.sails.express.app.configure.sails.express.app.use.express.static.maxAge (/usr/local/lib/node_modules/sails/lib/express.js:68:42)
at Array.forEach (native)
at Function._.each._.forEach (/usr/local/lib/node_modules/sails/node_modules/underscore/underscore.js:79:11)
at HTTPServer.exports.configure (/usr/local/lib/node_modules/sails/lib/express.js:67:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment