clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.17k stars 172 forks source link

running npm test fails #655

Open johndeighan opened 3 years ago

johndeighan commented 3 years ago

Thinking that I would contribute to this project, I created a fork, then cloned that on my local machine. I tried running 'npm test' and it failed. Then, thinking that it might just be an issue with using PowerShell (yes, I'm on Windows 10 - latest), I tried it with the bash shell that comes with git for Windows - same result:

$ npm test

coffeelint@2.1.0 pretest C:\Users\johnd\coffeelint cake compile

Compiling Coffeelint...

coffeelint@2.1.0 test C:\Users\johnd\coffeelint ./vowsrunner.js --spec test/.coffee test/.litcoffee

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

UziTech commented 3 years ago

Development for coffeelint is on a new repo https://github.com/coffeelint/coffeelint

If you would like to contribute to coffeelint please clone that repo. Thanks for the interest in helping.

johndeighan commented 3 years ago

I did as you say (i.e. removed my fork of coffeelint, then forked coffeelint/coffeelint, then cloned to my dev box), and I'm happy to report that 'npm run test' now passes all tests! Thank you.