Reputation: 7343
I use fiber wrapper for async calls, for example when I need make record in database. But today I have an error: "Fiber is not defined.". I try reinstall fiber with npm but this is doesn't help me.
Upvotes: 1
Views: 2175
Reputation: 268
Just make sure you install the Fiber in .meteor/local/build/server/ of your project folder.
Upvotes: 1