Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Breaks server restart when meteor shell is running #16

Open
yourcelf opened this issue Sep 8, 2015 · 0 comments
Open

Breaks server restart when meteor shell is running #16

yourcelf opened this issue Sep 8, 2015 · 0 comments

Comments

@yourcelf
Copy link

yourcelf commented Sep 8, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant