Open dickeylth opened 7 years ago
I am having the same problem. Did you find out why? I installed jest-environment-node-debug-fixed but now TypeError: Cannot read property 'bind' of undefined?
I guess its a problem with Jest / node versionsß Currently I have node v8.1.0 and jest v19.0.2
I had the same problem. Finally I solved it adding in the .npmrc file the next config:
depth=1
I've installed the package as devDependency and ran
node --inspect --debug-brk ./node_modules/.bin/jest --runInBand -i --env jest-environment-node-debug
, but it threw an error:Is this due to https://github.com/NikhilVerma/jest-environment-node-debug-fixed/blob/master/index.js#L3 ?