You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
I made a new directory and typed npm init. When it asks me for the version, nothing I type in my keyboard seems to have any effect and I cannot proceed. My only choice is to close my terminal window and start a new on.
How can the CLI team reproduce the problem?
I used nvm to install Node 8.1.0, which came with NPM 5.0.3. All I did was make a new directory and tried npm init.
I'm opening this issue because:
What's going wrong?
I made a new directory and typed
npm init. When it asks me for the version, nothing I type in my keyboard seems to have any effect and I cannot proceed. My only choice is to close my terminal window and start a new on.How can the CLI team reproduce the problem?
I used
nvmto install Node 8.1.0, which came with NPM 5.0.3. All I did was make a new directory and triednpm init.supporting information:
npm -vprints: 5.0.3node -vprints: 8.1.0npm config get registryprints: https://registry.npmjs.org/