ok sounds like an unintended endless loop of some ...
# prisma-whats-new
n
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
“@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
did you delete the node_modules folder and install again?
m
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
what's your OS?
m
Mac OS X 10.11.6
using n to manage node versions