我正在尝试将我的Rails应用程序部署到一个新的VPS上,该VPS可以与Debian一起运行。我使用Nginx和Phusion Passenger作为我的服务器。我已经作为JavaScript运行时安装了Node.js。遗憾的是,我看到了以下错误消息:V8 is no longer usable现在已经修好了。
我使用的是Ubuntu 18.04,通过nvm安装了最新版本的节点。但是我在Ubuntu中有“两个”节点,默认的nodejs现在是v8,还有节点v13。但是弃用警告并没有消失,我本想使用sudo ng new my-first-project,但这次它给我带来了错误 You are running version v8.10.0 of Node.js,The official Node.js version that is supported is 10.9 or greater.Please visit https: