请将您的Node运行时更新为版本> = 0.12.x [英] Please update your Node runtime to version >=0.12.x

查看:148
本文介绍了请将您的Node运行时更新为版本> = 0.12.x的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我正在使用ionic来构建混合html应用。

Hi i'm working with ionic to build hybrid html app.

我正在运行的每个命令都会收到以下警告:

Every command i'm running i get the following warning:

******************************************************
 Upgrade warning - for the CLI to run correctly,
 it is highly suggested to upgrade the following:

 Please update your Node runtime to version  >=0.12.x

******************************************************

如果可以,请告知我应该如何更新节点运行时版本

If you can please advise how should i update the node runtime version

推荐答案

这是只是要求升级节点。我通常使用 nvm 命令 nvm install< version> &安培;&安培; nvm使用< version> 或者您可以按如下方式使用节点助手:

This is just asking to upgrade your Node. I normally use nvm with command nvm install <version> && nvm use <version> or you can use node helper as follows:

sudo npm cache clean -f
sudo npm install -g n

sudo n stable // for stable version
sudo n 0.12.7 // for specific version like v0.12.7

// check the node version after install
node -v

这篇关于请将您的Node运行时更新为版本&gt; = 0.12.x的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆