我试图让 IBM Blockchain 平台在 Visual Studio 代码(在 Linux 上)中工作,但它不断返回:
Could not rebuild native dependencies Failed to execute command "npm" with arguments
"rebuild, grpc, --target=6.1.5, --runtime=electron, --update-binary, --fallback-to-build, --
target_arch=x64, --dist-url=https://atom.io/download/electron" return code 1. Please ensure
that you have node and npm installed
我安装了节点和 npm
node -v
v10.17.0
和
npm -v
6.11.3
满足约束。我有 Visual Studio 代码版本 1.41.1。可能是什么问题?