json-diff icon indicating copy to clipboard operation
json-diff copied to clipboard

Do I need to install coffee separately?

Open laromand opened this issue 3 years ago • 1 comments

I have many years of client side javascript but nodejs is new to me.

I keep getting the following error when I run: npm test?

PS C:\DevProjects\jsonDiffProjects\json-diff-master> npm test

[email protected] test coffee -c test; mocha test/*.js

'coffee' is not recognized as an internal or external command, operable program or batch file.

laromand avatar Sep 30 '22 14:09 laromand

Although I have no experience with coffee script, I'd say so. As you can see here coffee-script is called using coffee.

SlickNutter avatar Oct 12 '22 08:10 SlickNutter