Flavio

Results 1 comments of Flavio

In my case I comment this block on node_modules/util/util.js:109: /* if (process.env.NODE_DEBUG) { var debugEnv = process.env.NODE_DEBUG; debugEnv = debugEnv.replace(/[|\\{}()[\]^$+?.]/g, '\\$&') .replace(/\* /g, '.*') .replace(/,/g, '$|^') .toUpperCase(); debugEnvRegex = new...