-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Performed meteor add peerlibrary:reactive-publish then ran application and server side throws the following error:
W20220203-16:56:21.528(-7)? (STDERR) Debugger attached. W20220203-16:56:25.604(-7)? (STDERR) Waiting for the debugger to disconnect... W20220203-16:56:25.619(-7)? (STDERR) /Users/butlea1/.meteor/packages/meteor-tool/.2.5.3.1ssl86p.p3e7++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 W20220203-16:56:25.619(-7)? (STDERR) throw(ex); W20220203-16:56:25.619(-7)? (STDERR) ^ W20220203-16:56:25.619(-7)? (STDERR) W20220203-16:56:25.619(-7)? (STDERR) ReferenceError: ReactiveVar is not defined W20220203-16:56:25.620(-7)? (STDERR) at _fn (packages/peerlibrary_reactive-publish.js:421:5) W20220203-16:56:25.620(-7)? (STDERR) at packages/peerlibrary_reactive-publish.js:1501:3 W20220203-16:56:25.620(-7)? (STDERR) at packages/peerlibrary_reactive-publish.js:1506:4 W20220203-16:56:25.620(-7)? (STDERR) at packages/peerlibrary_reactive-publish.js:1512:3 W20220203-16:56:25.620(-7)? (STDERR) at /Users/butlea1/Code/turboflowSystem/turboflow/.meteor/local/build/programs/server/boot.js:406:15 W20220203-16:56:25.620(-7)? (STDERR) at Array.forEach (<anonymous>) W20220203-16:56:25.620(-7)? (STDERR) at /Users/butlea1/Code/turboflowSystem/turboflow/.meteor/local/build/programs/server/boot.js:405:11 W20220203-16:56:25.621(-7)? (STDERR) at /Users/butlea1/Code/turboflowSystem/turboflow/.meteor/local/build/programs/server/boot.js:464:7 W20220203-16:56:25.621(-7)? (STDERR) at Function.run (/Users/butlea1/Code/turboflowSystem/turboflow/.meteor/local/build/programs/server/profile.js:280:14) W20220203-16:56:25.621(-7)? (STDERR) at /Users/butlea1/Code/turboflowSystem/turboflow/.meteor/local/build/programs/server/boot.js:463:13 => Exited with code: 1 => Your application is crashing. Waiting for file change.
Performed meteor add reactive-var and problem persists.
Performed meteor remove peerlibrary:reactive-publish and build ran correctly.
I'm running with Meteor version 2.5.3.
Any thoughts on the issue?
--Arch