You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2018. It is now read-only.
When you have a meteor shell instance running, and a code change causes the server to restart, the following exception is thrown repeatedly by the server as it attempts to restart:
W20150908-12:42:12.346(-6)? (STDERR) Error: Cannot find module './sinon/util/core'
W20150908-12:42:12.346(-6)? (STDERR) at Function.Module._resolveFilename (module.js:338:15)
W20150908-12:42:12.346(-6)? (STDERR) at Function.Module._load (module.js:280:25)
W20150908-12:42:12.346(-6)? (STDERR) at Module.require (module.js:364:17)
W20150908-12:42:12.346(-6)? (STDERR) at require (module.js:380:17)
W20150908-12:42:12.346(-6)? (STDERR) at loadDependencies (packages/practicalmeteor:sinon/sinon-1.14.1.js:1106:1)
W20150908-12:42:12.346(-6)? (STDERR) at packages/practicalmeteor:sinon/sinon-1.14.1.js:1128:1
W20150908-12:42:12.347(-6)? (STDERR) at packages/practicalmeteor:sinon/sinon-1.14.1.js:1135:1
W20150908-12:42:12.347(-6)? (STDERR) at sinonChai.sinonChai.slice (packages/practicalmeteor:sinon/sinon-1.14.1.js:5921:1)
W20150908-12:42:12.347(-6)? (STDERR) at /project/.meteor/local/build/programs/server/packages/practicalmeteor_sinon.js:5945:4
W20150908-12:42:12.347(-6)? (STDERR) at packages/practicalmeteor:sinon/Helpers.coffee:1:1
Quitting the meteor shell session lets the server restart properly, but it is an annoyance to have to quit/restart the meteor shell on any code change.
When you have a
meteor shellinstance running, and a code change causes the server to restart, the following exception is thrown repeatedly by the server as it attempts to restart:Quitting the
meteor shellsession lets the server restart properly, but it is an annoyance to have to quit/restart the meteor shell on any code change.