-
Notifications
You must be signed in to change notification settings - Fork 42
Description
the latest version of meteor is throwing up the following error with this package.
Note : the earlier version are working just fine ..
the new version is showing error with the CONNECT
I tried changing versions but it didn't help. Please check the error message.
W2042-21:33:04.819(5.5)? (STDERR) /home/sandeep/dev/examples/angular-meteor-seed/.meteor/local/build/programs/server/boot.js:185
W2042-21:33:04.876(5.5)? (STDERR) }).run();
W2042-21:33:04.876(5.5)? (STDERR) ^
W2042-21:33:04.876(5.5)? (STDERR) Error: Cannot find module 'connect'
W2042-21:33:04.877(5.5)? (STDERR) at Function.Module._resolveFilename (module.js:338:15)
W2042-21:33:04.877(5.5)? (STDERR) at Function.Module._load (module.js:280:25)
W2042-21:33:04.877(5.5)? (STDERR) at Module.require (module.js:364:17)
W2042-21:33:04.877(5.5)? (STDERR) at require (module.js:380:17)
W2042-21:33:04.877(5.5)? (STDERR) at Object.Npm.require (/home/sandeep/dev/examples/angular-meteor-seed/.meteor/local/build/programs/server/boot.js:87:18)
W2042-21:33:04.877(5.5)? (STDERR) at Package (packages/angularjs/server.js:1)
W2042-21:33:04.877(5.5)? (STDERR) at packages/angularjs.js:67:4
W2042-21:33:04.878(5.5)? (STDERR) at packages/angularjs.js:74:3
W2042-21:33:04.878(5.5)? (STDERR) at /home/sandeep/dev/examples/angular-meteor-seed/.meteor/local/build/programs/server/boot.js:154:10
W2042-21:33:04.878(5.5)? (STDERR) at Array.forEach (native)