fuzzybabybunny / microscope-orionjs

MIT License
19 stars 8 forks source link

failure on upgrating to Meteor 1.4.1 #11

Open WeiZhang418 opened 8 years ago

WeiZhang418 commented 8 years ago

Dear sir,

When I upgrate your project to Meteor 1.4.1, and type "Meteor" in my ubuntu, it shows: root@iZ99zndcmw2Z:~/Microscope# meteor [[[[[ ~/Microscope ]]]]]

=> Started proxy. => Started MongoDB. W20160920-10:14:53.114(8)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt. W20160920-10:14:53.230(8)? (STDERR) While this implementation will work correctly, it is known to be W20160920-10:14:53.232(8)? (STDERR) approximately three times slower than the native implementation. W20160920-10:14:53.233(8)? (STDERR) In order to use the native implementation instead, run W20160920-10:14:53.233(8)? (STDERR) W20160920-10:14:53.234(8)? (STDERR) meteor npm install --save bcrypt W20160920-10:14:53.234(8)? (STDERR) W20160920-10:14:53.236(8)? (STDERR) in the root directory of your application. I20160920-10:14:53.416(8)? Orion config initialized I20160920-10:14:53.455(8)? Orion dictionary initialized W20160920-10:14:53.529(8)? (STDERR) /root/.meteor/packages/meteor-tool/.1.4.1_1.139xb76++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 W20160920-10:14:53.531(8)? (STDERR) throw(ex); W20160920-10:14:53.532(8)? (STDERR) ^ W20160920-10:14:53.532(8)? (STDERR) W20160920-10:14:53.533(8)? (STDERR) TypeError: Cannot read property '_id' of undefined W20160920-10:14:53.535(8)? (STDERR) at meteorInstall.server.admin.js (server/admin.js:2:23) W20160920-10:14:53.536(8)? (STDERR) at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1) W20160920-10:14:53.537(8)? (STDERR) at require (packages/modules-runtime/.npm/package/nodemodules/install/install.js:82:1) W20160920-10:14:53.537(8)? (STDERR) at /root/Microscope/.meteor/local/build/programs/server/app/app.js:480:1 W20160920-10:14:53.538(8)? (STDERR) at /root/Microscope/.meteor/local/build/programs/server/boot.js:292:10 W20160920-10:14:53.539(8)? (STDERR) at Array.forEach (native) W20160920-10:14:53.539(8)? (STDERR) at Function..each._.forEach (/root/.meteor/packages/meteor-tool/.1.4.1_1.139xb76++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11) W20160920-10:14:53.540(8)? (STDERR) at /root/Microscope/.meteor/local/build/programs/server/boot.js:128:5 => Exited with code: 1 W20160920-10:14:58.402(8)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt. W20160920-10:14:58.403(8)? (STDERR) While this implementation will work correctly, it is known to be W20160920-10:14:58.403(8)? (STDERR) approximately three times slower than the native implementation. W20160920-10:14:58.403(8)? (STDERR) In order to use the native implementation instead, run W20160920-10:14:58.404(8)? (STDERR) W20160920-10:14:58.405(8)? (STDERR) meteor npm install --save bcrypt W20160920-10:14:58.405(8)? (STDERR) W20160920-10:14:58.405(8)? (STDERR) in the root directory of your application. W20160920-10:14:58.764(8)? (STDERR) /root/.meteor/packages/meteor-tool/.1.4.1_1.139xb76++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 W20160920-10:14:58.765(8)? (STDERR) throw(ex); W20160920-10:14:58.767(8)? (STDERR) ^ W20160920-10:14:58.770(8)? (STDERR) W20160920-10:14:58.770(8)? (STDERR) TypeError: Cannot read property '_id' of undefined W20160920-10:14:58.771(8)? (STDERR) at meteorInstall.server.admin.js (server/admin.js:2:23) W20160920-10:14:58.771(8)? (STDERR) at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1) W20160920-10:14:58.771(8)? (STDERR) at require (packages/modules-runtime/.npm/package/nodemodules/install/install.js:82:1) W20160920-10:14:58.773(8)? (STDERR) at /root/Microscope/.meteor/local/build/programs/server/app/app.js:480:1 W20160920-10:14:58.773(8)? (STDERR) at /root/Microscope/.meteor/local/build/programs/server/boot.js:292:10 W20160920-10:14:58.774(8)? (STDERR) at Array.forEach (native) W20160920-10:14:58.774(8)? (STDERR) at Function..each._.forEach (/root/.meteor/packages/meteor-tool/.1.4.1_1.139xb76++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11) W20160920-10:14:58.774(8)? (STDERR) at /root/Microscope/.meteor/local/build/programs/server/boot.js:128:5

Is there anything wrong?