在Kubernetes Azure中运行容器时,脚本会在不到1小时内静默停止/失败,没有任何异常或记录错误。如有任何关于如何排除故障的建议,将不胜感激。NVM for later use to install Node and NPM
RUN apt-get update && apt install</e
我需要在Windows机器上更新nodejs,因为来自create-react-app的错误消息。因此,现在我首先将npm更新到最新版本(6.11.3),然后我想更新节点(npm install node@latest -g),我得到错误npm not support Node.js v7.10.1我找到了使用nvm的建议,但npm installnvm -g也失败,并显示错误npm not support Node.js v7.10.1
我正在尝试使用nvm安装节点v8.16.1。我使用curl -k -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash安装了nvmnvm --version但是当我做nvminstall 8.16.1的时候,我得到了Version '8.16.1' not found - t