Error on Sublime text on mac

When i try to run it with crtl+enteri get this error

[Errno 2] No such file or directory: ‘haxelib’
[cmd: [‘haxelib’, ‘run’, ‘openfl’, ‘build’, ‘project.xml’, ‘html5’]]
[dir: /Users/faye/shapewars]
[path: /usr/bin:/bin:/usr/sbin:/sbin

/usr/local/bin/haxelib

They made changes to macOS to force content to not go in /usr/bin. I’m not sure if you would be able to make a symlink there, otherwise I wonder if Sublime Text is respecting your PATH settings

Still no luck, I have tried every solution they given on google. But i end up just using the terminal to run and build it, which is not a bad thing but a little hustle cos i have to close it everytime i rebuild it. Thanks guys for your time.

Try Ctrl + C to cancel the currently running process in the terminal window :slight_smile:

it works! haha. thanks @singmajesty