miickel / gulp-angular-templatecache

Concatenates and registers AngularJS templates in the $templateCache.
MIT License
524 stars 103 forks source link

Unable to install plugin #136

Closed SidharthPHariharan closed 6 years ago

SidharthPHariharan commented 8 years ago

Hi all I am unable to install this plugin and I get this following error in cli

npm WARN engine gulp-angular-templatecache@2.0.0: wanted: {"node":">=4.2.0"} (current: {"node":"0.12.7","npm":"2.11.3"})

This is the command I run npm install -g gulp-angular-templatecache@1.9.1

Have someone else faced this issue? Please help me with this...

Thanks in advance.

evestraw commented 8 years ago

I had the same issue, i havent found an solution

marie-dk commented 8 years ago

@SidharthPHariharan If your node version is less than 4.2.0 (which yours clearly are) you must install version 1.9.1 of templatecache, or update node. The release of version 2 includes this info...