Can't create new ionic project after upgrade

Hi all,

After upgrade my ionic version to 1.1.10.
When I create new ionic app, found below error :

Update config.xml
Initializing cordova project.
Fetching plugin “org.apache.cordova.device” via plugin registry
Fetching plugin “org.apache.cordova.console” via plugin registry
Fetching plugin “https://github.com/driftyco/ionic-plugins-keyboard” via git clone
Error: Command failed: fatal: could not create work tree dir ‘C:\Users\timotius.
s\AppData\Local\Temp\plugman\git\1409149681961’.: No such file or directory

at ChildProcess.exithandler (child_process.js:647:15)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:753:16)
at Socket.<anonymous> (child_process.js:966:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)

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 v
1.1.10)

C:> node -v --> v0.10.27
C:> npm -v --> 1.4.8
C:> cordova -v -->3.5.0-0.2.7
C:> ionic -v --> v1.1.10

Need help…

Thank’s

Have you searched the forums? This has come up before for windows

Solve it by add subdir for plugman\git inside C:\Users\timotius.
s\AppData\Local\Temp