-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows compatible? Coffeescript? #8
Comments
I've never tested on Windows I'm afraid, and I don't have a Windows box the develop on. The ulimit call may not be necessary on Windows at all. You could try to conditionally remove it. If you get it working then PRs are accepted :) |
When the ulimit call is removed there are more syntax errors in I tried running index.js directly in Is there any workaround or alternative to this package? |
It's working for me on Windows, with no errors.
|
I would be good if this could be made to automatically do the right thing based on Mac/Windows. |
@nathantreid thanks a ton! It seems to work now, though I'm getting a new issue #11, hopefully unrelated. |
When I try to run
packagecheck
it saysThe system cannot find the path specified.
Then I changed all the
bash
stuff in packagecheck, packagecheck.cmd and node_modules/packagecheck/run tonode
and now it at least runs therun
file, but saysSyntaxError
for the#
coffeescript comments.I removed all of those and then I get
What do I do?
(Im on Win10 btw)
The text was updated successfully, but these errors were encountered: