Skip to content

Instantly share code, notes, and snippets.

@dknell
Created February 2, 2013 16:22
Show Gist options
  • Save dknell/4698101 to your computer and use it in GitHub Desktop.
Save dknell/4698101 to your computer and use it in GitHub Desktop.
meteor - Fiber is not defined
/vagrant/bundle/server/server.js:95
Fiber(function () {
^
ReferenceError: Fiber is not defined
at run (/vagrant/bundle/server/server.js:95:3)
at Object.<anonymous> (/vagrant/bundle/server/server.js:156:1)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/vagrant/bundle/main.js:1:63)
at Module._compile (module.js:449:26)
@r00takaspin
Copy link

have the same problemt in Ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment