Unable to add plugins. Perhaps your version of Cordova is too old. Try updating (npm install -g cordova), removing this project folder, and trying again. (CLI v1.3.11)

i have installed node.js on my system. i want create project ionic framework.but i always getting error>i am using Windows 7.

follow the bellow steps:

Steps

Make sure you have an up-to-date version of Node.js installed on your system. If you don’t have Node.js installed, you can install it from here.

Open a terminal window (Mac) or a command window (Windows), and install Cordova and Ionic:

npm install -g cordova ionic
On a Mac, you may have to use sudo depending on your system configuration:

sudo npm install -g cordova ionic
If you already have Cordova and Ionic installed on your computer, make sure you update to the latest version:

npm update -g cordova ionic
or

sudo npm update -g cordova ionic

Module 2: Starting the Node Server:

Steps

Download the supporting files for this tutorial here, or clone the repository:

git clone https://github.com/ccoenraets/ionic-tutorial
If you downloaded the zip file, unzip it anywhere on your file system.
Open a terminal window (Mac) or a command window (Windows), and navigate (cd) to the ionic-tutorial/server directory

Install the server dependencies:

npm install
Start the server:

node server
If you get an error, make sure you don’t have another server listening on port 5000.
Test the REST services. Open a browser and access the following URLs:

http://localhost:5000/sessions (for a list of conference sessions returned as a JSON document)
http://localhost:5000/sessions/1 (for information about a specific session )

up to Module 2 working well…

I am getting error Module 3: Creating an Ionic Application

when i enter ionic start conference sidemenu its showing error in command prompt
Error:Unable to add plugins. Perhaps your version of Cordova is too old. Try updating (npm install -g cordova), removing this project folder, and trying again. (CLI v1.3.11) please help me