node-cross-spawn icon indicating copy to clipboard operation
node-cross-spawn copied to clipboard

spawnSync freezes

Open bernardoadc opened this issue 5 years ago • 0 comments

I opened an issue in eslint, but that led us here. Please refer to https://github.com/eslint/eslint/issues/13681

Environment:

ESLint Version: 6.8.0 Node Version: 12.11.1 npm Version: 6.11.3

What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.

npx eslint --init
npx: instaled 109 in 71.448s
√ How would you like to use ESLint? · style
√ What type of modules does your project use? · none
√ Which framework does your project use? · none
√ Does your project use TypeScript? · No / Yes
√ Where does your code run? · browser
√ How would you like to define a style for your project? · guide
√ Which style guide do you want to follow? · standard
√ What format do you want your config file to be in? · JavaScript
Checking peerDependencies of eslint-config-standard@latest

What did you expect to happen? Ask to install peer dependencies

What actually happened? Freezes in this line.

Is something specific with my machine, and not related to node v11/v12. What can I do so we can go one step further?

bernardoadc avatar Sep 21 '20 21:09 bernardoadc