'Make' command not found (associated with Less)

笑着哭i 提交于 2019-12-12 00:36:41

问题


I Installed Nodejs, then installed the LESS command line compiler.

    $ npm install -g less uglify-js

From here: http://twitter.github.com/bootstrap/less.html#compiling

Now getting the following error when i run the Make Command.

    sh.exe": make: command not found

Any clues why? Thanks much!


回答1:


You don't have a GNU make utility available. You can get make in many ways:

  • get Make for Windows http://gnuwin32.sourceforge.net/packages/make.htm
  • get cygwin on Windows and install the make package http://www.cygwin.com/
  • use a Linux virtual machine, which probably will have GNU make installed by default

I'm sure there are other possibilities as well, these are the ones I can think of right now.



来源:https://stackoverflow.com/questions/10658983/make-command-not-found-associated-with-less

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!