tarruda / super-json

JSON serializer that handles Dates, RegExps, Functions or any other type you want
MIT License
20 stars 6 forks source link

Run "test" script on Windows? #4

Open DavidCondit opened 3 years ago

DavidCondit commented 3 years ago

Hi tarruda,

First my apologies if this isn't the appropriate place to send you this request. I'd like to run your code on a Windows machine.

I tried:

git clone <your repo URL>
npm i
npm test

I received an error that "make" isn't a supported CLI command (for Windows). Per my googling, I see this is a Linux command. Can you advise how I'd run your test script on a Windows machine?

And FYI, the specific error message is:

'make' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed.  See above for more details.

Thanks very much!

David