jinwei's weblog

Home Archives
11月 21 2013

ubuntu 13.10 下面安装 grunt 报错

$ npm install grunt #产生报错
npm ERR! Error: No compatible version found: underscore.string@'~2.2.0rc'
npm ERR! Valid install targets:

原因是ubuntu13.10中的npm版本过低

$ npm -v
1.2.18

解决办法 ,用npm重新安装npm

$ sudo npm install npm -g
Share
  • other
Newer
ubuntu 13.10 通过chrome vnc viewer 插件连接 windows7
Older
使用inkscape和fontforge制作iconfont

Tags

  • clojure5
  • cordova3
  • javascript2
  • life2
  • mongodb1
  • other8
  • phonegap1
  • startup1

Tag Cloud

clojurecordovajavascriptlifemongodbotherphonegapstartup

Archives

  • 八月 20141
  • 七月 20147
  • 六月 20145
  • 五月 20142
  • 十二月 20131
  • 十一月 20135
  • 十月 20134

Recents

  • luminus-tutorial-1
  • test.md
  • Clojure 的发展情况
  • 学习 clojure 3 :《Clojure程序设计》 Clojure 编程入门 - 在 repl 中测试代码
  • 学习 clojure 2 : 《Clojure程序设计》 Clojure 简介
© 2014 Jinwei Tang
Powered by Hexo
Home Archives