“Make” command for Windows - possible options?

前端 未结 5 627
小蘑菇
小蘑菇 2021-01-02 02:53

I am trying to setup Derby.js for Node on my Windows Machine. According to the Derby.js setup instructions, in order to use coffescript, I must do the following:

<         


        
5条回答
  •  难免孤独
    2021-01-02 03:36

    I assume that by meaning make you are refering to GnuWin's make.

    The cmd throwed an error because the make.exe file is not in the environment variables to call it as a command.

    I tried calling it by giving the complete path (C:\Program Files (x86)\GnuWin32\bin\make.exe) and it worked perfectly.

    Also, you can register it with cmd to invoke it as a command. Add the path to PATH environment variable.

提交回复
热议问题