I installed the CoffeeScript plugin through the Control Package. When I try to create test.coffee, it gives me the following:
[Error 2] The system cannot find the file specified [cmd: [u'cake', u'sbuild']] [dir: C:\Users\Me\Documents\TestProject] [path: C:\Users\Me\AppData\Roaming\npm\] [Finished]
Here is built in Sublime Text. I am on Windows and all CoffeeScript outside ST2 is working correctly.
{ "cmd": ["cake", "sbuild"], "path": "C:\\Users\\Me\\AppData\\Roaming\\npm", "selector": "source.coffee", "working_dir": "$project_path" }
The path gives the correct meaning. Cake script is. So where is the problem?
source share