When I try to run packagecheck it says The system cannot find the path specified.
Then I changed all the bash stuff in packagecheck, packagecheck.cmd and node_modules/packagecheck/run to node and now it at least runs the run file, but says SyntaxError for the # coffeescript comments.
I removed all of those and then I get
ulimit -Sn 2048
^^^^
SyntaxError: Unexpected number
What do I do?
(Im on Win10 btw)
When I try to run
packagecheckit saysThe system cannot find the path specified.Then I changed all the
bashstuff in packagecheck, packagecheck.cmd and node_modules/packagecheck/run tonodeand now it at least runs therunfile, but saysSyntaxErrorfor the#coffeescript comments.I removed all of those and then I get
What do I do?
(Im on Win10 btw)