2017-06-05 2 views
0

私は長年にわたってMeteorを使用しており、Macではバージョン1.1を使用しています。 meteor updateと入力して、meteor --versionがMeteor 1.5を入力したことを確認しました。メテオのチュートリアルで「sanitizeForInObject」エラーが発生しました

tutorialに続いて、meteor create simple-todos,cdを入力し、meteorと入力しました。

しかし、流星がクラッシュする - 以下のエラーを参照してください。チュートリアルを実行するにはどうすればよいですか?私はまだ古いMeteor 1.1アプリを走らせたいと思っています。 => Started proxy.
=> Started MongoDB.
W20170605-21:34:04.700(10)? (STDERR) /Users/.../.meteor/packages/meteor-tool/.1.5.0.3kmr7i++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 W20170605-21:34:04.801(10)? (STDERR) throw(ex); W20170605-21:34:04.801(10)? (STDERR) ^ W20170605-21:34:04.803(10)? (STDERR) W20170605-21:34:04.803(10)? (STDERR) TypeError: Cannot read property 'sanitizeForInObject' of undefined W20170605-21:34:04.804(10)? (STDERR) at [object Object].LocalCollection.insert (packages/minimongo/minimongo.js:569:3) W20170605-21:34:04.805(10)? (STDERR) at [object Object].insert (packages/mongo/collection.js:524:37) W20170605-21:34:04.805(10)? (STDERR) at updateVersions (packages/autoupdate.js:133:20) W20170605-21:34:04.806(10)? (STDERR) at packages/autoupdate.js:197:3 W20170605-21:34:04.806(10)? (STDERR) at Function.time (/Users/.../Javascript/meteor/simple-todos/.meteor/local/build/programs/server/profile.js:309:28) W20170605-21:34:04.807(10)? (STDERR) at /Users/.../Javascript/meteor/simple-todos/.meteor/local/build/programs/server/boot.js:347:13 W20170605-21:34:04.807(10)? (STDERR) at /Users/.../Javascript/meteor/simple-todos/.meteor/local/build/programs/server/boot.js:388:5 W20170605-21:34:04.808(10)? (STDERR) at Function.run (/Users/.../Javascript/meteor/simple-todos/.meteor/local/build/programs/server/profile.js:510:12) W20170605-21:34:04.809(10)? (STDERR) at /Users/.../Javascript/meteor/simple-todos/.meteor/local/build/programs/server/boot.js:386:11 => Exited with code: 1 => Your application is crashing. Waiting for file change.

+0

'' 'meteor reset'''を実行して、もう一度やり直すことができますか? – blueren

+0

ありがとう、しかし、私はまだ '流星のリセット'の後に同じエラーメッセージを取得します。 –

答えて

0

メテオールをhttps://www.meteor.com/installに記載されているように再インストールするだけでしたが、すべてうまくいきました。 Meteorバージョン1.1を別のディレクトリとバージョン1.6で実行することもできます。

関連する問題