Skip to content

Instantly share code, notes, and snippets.

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 felixrieseberg/4eae213d3c0b92e955dff8ee802c7704 to your computer and use it in GitHub Desktop.
Save felixrieseberg/4eae213d3c0b92e955dff8ee802c7704 to your computer and use it in GitHub Desktop.
WSL: sudo ember serve
feriese@FELIX-SURFACE ~/Code-Native/testapp (master) $ ember serve
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
Just getting started with Ember? Please visit http://localhost:4200/ember-getting-started to get going
File: /home/feriese/Code-Native/testapp/app
The Broccoli Plugin: [object Object] failed with:
Error: watch /home/feriese/Code-Native/testapp/app EPERM
at exports._errnoException (util.js:1007:11)
at FSWatcher.start (fs.js:1423:19)
at Object.fs.watch (fs.js:1450:11)
at NodeWatcher.watchdir (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/sane/src/node_watcher.js:144:20)
at new NodeWatcher (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/sane/src/node_watcher.js:45:8)
at new sane (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/sane/index.js:17:12)
at EventEmitter.Watcher_addWatchDir [as addWatchDir] (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/broccoli-sane-watcher/index.js:93:17)
at /home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/ember-cli-broccoli/lib/builder.js:95:35
at lib$rsvp$$internal$$tryCatch (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:1048:17)
The broccoli plugin was instantiated at:
at WatchedDir.Directory (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/broccoli-source/index.js:14:31)
at new WatchedDir (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/broccoli-source/index.js:58:13)
at EmberApp._initOptions (/home/feriese/Code-Native/testapp/node_modules/ember-cli/lib/broccoli/ember-app.js:200:17)
at new EmberApp (/home/feriese/Code-Native/testapp/node_modules/ember-cli/lib/broccoli/ember-app.js:122:8)
at module.exports (/home/feriese/Code-Native/testapp/ember-cli-build.js:6:13)
at CoreObject.module.exports.Task.extend.setupBroccoliBuilder (/home/feriese/Code-Native/testapp/node_modules/ember-cli/lib/models/builder.js:74:19)
at CoreObject.module.exports.Task.extend.init (/home/feriese/Code-Native/testapp/node_modules/ember-cli/lib/models/builder.js:54:10)
at CoreObject.superWrapper [as init] (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/core-object/lib/assign-properties.js:32:18)
at CoreObject.Class (/home/feriese/Code-Native/testapp/node_modules/ember-cli/node_modules/core-object/core-object.js:32:33)
at CoreObject.module.exports.Task.extend.run (/home/feriese/Code-Native/testapp/node_modules/ember-cli/lib/tasks/serve.js:15:19)
Livereload server on http://localhost:49152
Serving on http://localhost:4200/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment