ShareJS not defined in Meteor 1.6
See original GitHub issueI get the following error when I try to use ShareJS in Meteor 1.6.
W20171204-11:23:01.111(-8)? (STDERR) /Users/iwojtowicz/.meteor/packages/meteor-tool/.1.6.0.18n9mub++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280
W20171204-11:23:01.112(-8)? (STDERR) throw(ex);
W20171204-11:23:01.112(-8)? (STDERR) ^
W20171204-11:23:01.112(-8)? (STDERR)
W20171204-11:23:01.112(-8)? (STDERR) ReferenceError: ShareJS is not defined
W20171204-11:23:01.112(-8)? (STDERR) at sharejs-server.js (packages/mizzao:sharejs/sharejs-server.js:8:24)
W20171204-11:23:01.113(-8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:343:9)
W20171204-11:23:01.113(-8)? (STDERR) at require (packages/modules-runtime.js:238:16)
W20171204-11:23:01.113(-8)? (STDERR) at /Users/iwojtowicz/Documents/Projects/Misc/Design Cards/Source Code/.meteor/local/build/programs/server/packages/mizzao_sharejs.js:126:15
W20171204-11:23:01.113(-8)? (STDERR) at /Users/iwojtowicz/Documents/Projects/Misc/Design Cards/Source Code/.meteor/local/build/programs/server/packages/mizzao_sharejs.js:132:3
W20171204-11:23:01.114(-8)? (STDERR) at infos.forEach.info (/Users/iwojtowicz/Documents/Projects/Misc/Design Cards/Source Code/.meteor/local/build/programs/server/boot.js:414:13)
W20171204-11:23:01.114(-8)? (STDERR) at Array.forEach (<anonymous>)
W20171204-11:23:01.114(-8)? (STDERR) at /Users/iwojtowicz/Documents/Projects/Misc/Design Cards/Source Code/.meteor/local/build/programs/server/boot.js:413:9
W20171204-11:23:01.114(-8)? (STDERR) at /Users/iwojtowicz/Documents/Projects/Misc/Design Cards/Source Code/.meteor/local/build/programs/server/boot.js:463:5
W20171204-11:23:01.114(-8)? (STDERR) at Function.run (/Users/iwojtowicz/Documents/Projects/Misc/Design Cards/Source Code/.meteor/local/build/programs/server/profile.js:510:12)
I installed it with meteor add mizzao:sharejs
The demo app from the repo works fine, but breaks if I run meteor update
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10
Top Results From Across the Web
Mizzao:sharejs package not working in my meteor project - help
C:\Users\Admin\AppData\Local.meteor\packages\meteor-tool\1.6.0_1\mt-os. ... ReferenceError: ShareJS is not defined at sharejs-server.js.
Read more >ReferenceError: Cannot access 'ShareJS' before initialization
I was building a collaborative text editor web application using meteor. For the same I added a package named "mizzao:sharejs-codemirror" ...
Read more >meteor/meteor - Gitter
How to import, use mizzao:sharejs-codemirror package in v1.6 blaze. I keep getting error: ReferenceError: ShareJS is not defined W20180125-21:11:06.585(-4)? ...
Read more >Meteor Blog - Medium - RSSing.com
If you're not familiar with Meteor's versioning conventions, releases like 1.5 or 1.6 are considered significant Meteor releases, meaning you should do ...
Read more >Blog Archive | qnipp GmbH
meteor create ot-mizzao-sharejs cd ot-mizzao-sharejs ... ReferenceError: ShareJS is not defined ... Use the Meteor websocket for ShareJS.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I go back from time to time.
I’m getting the same error. That line doesn’t fix it either.