所以我正在尝试在 NuGet 中运行基本的 npm 安装,当我运行“npm init”时,它在到达这里之后立即挂起:
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.
See `npm help json` for definitive documentation on these fields
and exactly what they do.
Use `npm install <pkg>` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
此时它不会响应任何命令,^C 也不做任何事情。
我试过重新安装 npm,更新 npm,关闭并重新打开 Visual Studio 2019,没有骰子。我能找到的所有帮助都表明这是几年前的一个问题,但修复是要么恢复最近的 npm 更新,要么只是等待新版本发布,所以我不确定为什么我会看到它在 2020 年。
我能够使用“npm init -y”安装我的 package.json,所以我认为这不会损害我的项目,但我仍然想确保我的设置没有任何问题