'Make' command not found (associated with

2019-08-17 19:02发布

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条回答
淡お忘
2楼-- · 2019-08-17 19:33

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

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

查看更多
登录 后发表回答