Title
n

nilan

11/15/2017, 8:17 AM
ok sounds like an unintended endless loop of some sort. do you have any 'exotic' package in your dependencies? exotic in the way it is being exported/imported
m

meikoudras

11/15/2017, 8:17 AM
“@agartha/graphcool-mutex”: “^0.2.3", “graphcool-lib”: “0.0.3", “lodash”: “^4.17.4", “mailgun-js”: “^0.13.1", “moment-timezone”: “^0.5.13", “qrcode”: “^0.9.0", “randomstring”: “^1.1.5", “request”: “^2.83.0", “validator”: “^9.0.0"
is my package.json dependencies
i removed things i no longer used
and this is how it looks now;
“graphcool-lib”: “0.0.3", “lodash”: “^4.17.4", “mailgun-js”: “^0.13.1", “moment-timezone”: “^0.5.13", “randomstring”: “^1.1.5", “request”: “^2.83.0"
still endlessly building
n

nilan

11/15/2017, 8:39 AM
did you delete the node_modules folder and install again?
m

meikoudras

11/15/2017, 8:39 AM
yep tried that
and tried removing all code that has dependencies
and removing node_modules entirely
and it still happens
tried versions 0.9.1 and 0.9.2
n

nilan

11/15/2017, 8:41 AM
what's your OS?
m

meikoudras

11/15/2017, 8:42 AM
Mac OS X 10.11.6
using n to manage node versions