我正在尝试运行$ git push origin xxx --force
git: 'credential---help' is not a git command. See 'git --help'.
Enumerating objects: 71, done.
Counting objects: 100% (71/71), done.
Delta compression using up to 8 threads.
Compressing objects: 100% (37/37), done.
Writing objects: 100% (44/44), 22.86 KiB | 668.00 KiB/s, done.
Total 44 (delta 26), reused 0 (delta 0)
remote:
...
,但出现以下错误:
npm install
我尝试了一些建议的解决方案,例如:完全卸载nodejs(我还删除了AppData中的所有剩余文件夹),我尝试将node_modules\@newrelic\native-metrics\build\binding.sln.metaproj : error MSB4057: The target "/t:native_metrics" does not exist in the project.
降级到较旧的版本,而不是最新的版本。我在这里尝试过此解决方案:The target "/t:native_metrics" does not exist in the project
我还卸载并安装了Python2.7,但这没有帮助。我删除并安装了Windows Build Tools,但是什么也没有。我还删除了所有的npm,npm-cache和.node-gyp文件夹,但没有成功。
在其他两台计算机上运行node-gyp
时,我没有收到错误消息。
在我全新安装Windows之前有人有任何建议吗?