Ijust updgraded Meteor to the latest version and now when I run my app I get this error
TypeError: Object [object Object] has no method 'reove'
W20140109-22:53:08.415(-5)? (STDERR) at server/config.coffee:4:34
W20140109-22:53:08.416(-5)? (STDERR) at
app/server/config.coffee.js:29:3 W20140109-22:53:08.416(-5)? (STDERR)
at
/Volumes/Dev/Development/projects/pipevine/shingle/.meteor/local/build/programs/server/boot.js:155:10
W20140109-22:53:08.416(-5)? (STDERR) at Array.forEach (native)
W20140109-22:53:08.417(-5)? (STDERR) at Function..each..forEach
(/Volumes/Dev/Users/harjitsingh/.meteor/tools/09b63f1ed5/lib/node_modules/underscore/underscore.js:79:11)
W20140109-22:53:08.417(-5)? (STDERR) at
/Volumes/Dev/Development/projects/pipevine/shingle/.meteor/local/build/programs/server/boot.js:82:5
I think you misspelled 'remove' in 'server/config.coffee' on line 4.
Related
So I just added redis-oplog to my project
https://github.com/cult-of-coders/redis-oplog
meteor add cultofcoders:redis-oplog
meteor add disable-oplog
With its default settings
And I get this error
W20180226-10:52:11.373(4)? (STDERR) Error: use "new" to construct a Mongo.Collection
W20180226-10:52:11.374(4)? (STDERR) at new Mongo.Collection (packages/mongo/collection.js:30:11)
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:116:15
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:702:4
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:751:4
W20180226-10:52:11.374(4)? (STDERR) at packages/splendido_accounts-meld.js:764:3
W20180226-10:52:11.374(4)? (STDERR) at infos.forEach.info (/Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/boot.js:414:13)
W20180226-10:52:11.374(4)? (STDERR) at Array.forEach (<anonymous>)
W20180226-10:52:11.375(4)? (STDERR) at /Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/boot.js:413:9
W20180226-10:52:11.375(4)? (STDERR) at /Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/boot.js:463:5
W20180226-10:52:11.375(4)? (STDERR) at Function.run (/Users/hayksafaryan/projects/b2c/.meteor/local/build/programs/server/profile.js:510:12)
=> Exited with code: 1
There seems to be some conflicts with this package
https://github.com/splendido/meteor-accounts-meld
Did anybody encounter this before?
Just in case you haven't fixed this yet, did you edit .meteor/packages and move cultofcoders:redis-oplog to the top? Redis-oplog needs to be loaded before anything else that uses collections.
I'm trying to use the Meteor package 'modules.js' and I'm getting the error 'Unexpected token >' which is referring to the arrow function below. I'm really confused by this because the rest of my code uses es6. Any thoughts?
In modules.js
W20160812-14:17:54.153(2)? (STDERR
W20160812-14:17:54.154(2)? (STDERR) packages\modules.js:238
W20160812-14:17:54.154(2)? (STDERR) res.on('data', (chunk) => buffer += chunk.toString('utf8'));
W20160812-14:17:54.155(2)? (STDERR) SyntaxError: Unexpected token >
W20160812-14:17:54.155(2)? (STDERR) at C:\Users\User\Websites\App.meteor\local\build\programs\server\boot.js:278:30
W20160812-14:17:54.155(2)? (STDERR) at Array.forEach (native)
W20160812-14:17:54.156(2)? (STDERR) at Function..each..forEach (C:\Users\User\AppData\Local.meteor\packages\meteor-tool\1.3.0_3\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\underscore\underscore.js:79:11)
W20160812-14:17:54.156(2)? (STDERR) at C:\Users\User\Websites\App.meteor\local\build\programs\server\boot.js:133:5
I received the following error while implementing the tested code of autoform. The clone runs fine. I have installed the package: aldeed. Where is the mistake?
Error: Invalid definition for firstName field.
W20150407-15:40:16.988(5.5)? (STDERR) at packages/aldeed:simple-schema/simple-schema.js:62:1
W20150407-15:40:16.988(5.5)? (STDERR) at Function._.each._.forEach (packages/underscore/underscore.js:113:1)
W20150407-15:40:16.988(5.5)? (STDERR) at [object Object].SimpleSchema (packages/aldeed:simple-schema/simple-schema.js:59:1)
W20150407-15:40:16.988(5.5)? (STDERR) at app/common/1_schemas.js:5:18
W20150407-15:40:16.988(5.5)? (STDERR) at app/common/1_schemas.js:123:3
W20150407-15:40:16.988(5.5)? (STDERR) at /home/garima.wadhera/autoform/.meteor/local/build/programs/server/boot.js:222:10
W20150407-15:40:16.989(5.5)? (STDERR) at Array.forEach (native)
W20150407-15:40:16.989(5.5)? (STDERR) at Function._.each._.forEach (/root/.meteor/packages/meteor-tool/.1.1.2.2ai5r5++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150407-15:40:16.989(5.5)? (STDERR) at /home/garima.wadhera/autoform/.meteor/local/build/programs/server/boot.js:117:5
Hi received the following error after upgrading to latest version:
W20150112-12:30:33.785(-5)? (STDERR)
W20150112-12:30:33.788(-5)? (STDERR) /Users/chazmee/.meteor/packages/meteor-tool/.1.0.37.1c4ifox++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:173
W20150112-12:30:33.788(-5)? (STDERR) throw(ex);
W20150112-12:30:33.788(-5)? (STDERR) ^
W20150112-12:30:33.789(-5)? (STDERR) ReferenceError: Router is not defined
W20150112-12:30:33.789(-5)? (STDERR) at app/lib/router.js:1:36
W20150112-12:30:33.789(-5)? (STDERR) at app/lib/router.js:69:3
W20150112-12:30:33.789(-5)? (STDERR) at /Users/chazmee/placelist/.meteor/local/build/programs/server/boot.js:175:10
W20150112-12:30:33.789(-5)? (STDERR) at Array.forEach (native)
W20150112-12:30:33.790(-5)? (STDERR) at Function..each..forEach (/Users/chazmee/.meteor/packages/meteor-tool/.1.0.37.1c4ifox++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150112-12:30:33.790(-5)? (STDERR) at /Users/chazmee/placelist/.meteor/local/build/programs/server/boot.js:86:5
=> Exited with code: 8
Based on the error, it looks like you have a Router declaration, but it isn't defined. I would recommend installing iron router:
meteor add iron:router
Then reload your app.
I have implemented some time ago small app in meteor framework. It was in time when meteor was in alpha stage.
Now trying to run that app on my local with new meteor and have following issue.
W20150103-00:59:21.595(1)? (STDERR)
W20150103-00:59:21.665(1)? (STDERR) /home/priv/.meteor/packages/meteor-tool/.1.0.38.ieqxkv++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:173
W20150103-00:59:21.666(1)? (STDERR) throw(ex);
W20150103-00:59:21.666(1)? (STDERR) ^
W20150103-00:59:21.666(1)? (STDERR) TypeError: Object # has no method 'methods'
W20150103-00:59:21.666(1)? (STDERR) at Accounts.urls (packages/accounts-base/accounts_server.js:422:1)
W20150103-00:59:21.666(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/packages/accounts-base.js:1614:4
W20150103-00:59:21.667(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/packages/accounts-base.js:1657:3
W20150103-00:59:21.667(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/boot.js:175:10
W20150103-00:59:21.667(1)? (STDERR) at Array.forEach (native)
W20150103-00:59:21.667(1)? (STDERR) at Function..each..forEach (/home/priv/.meteor/packages/meteor-tool/.1.0.38.ieqxkv++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150103-00:59:21.667(1)? (STDERR) at /home/priv/Apps/musicapp/.meteor/local/build/programs/server/boot.js:86:5
=> Exited with code: 8
W20150103-00:59:23.876(1)? (STDERR)
The problem seems to be in accounts-base package but not sure how to solve that.
Thank you for your help.