-
Notifications
You must be signed in to change notification settings - Fork 5
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
Great extension to brackets #12
Comments
Hi John! Thank you very much, very appreciated. Cheers
|
Take a look at brackets shell. I use child_process in there and I have access to all the environment variables. When you run the shell, in the prompt, just type in node --version or better yet, type in karma start karma.conf.js and you SHOULD 🎱 see that the command executes without issue. Just a thought. I have another issue I'm going to submit to you. Again, great job. |
Uhm.. They might have changed the implementation recently then.... Good to
|
@artoale Just wanted to say great extension to brackets. Works like a champ.
I do have one question though and that is that if I have karma-cli installed globally, why do you need the full path to karma. Would love to just say karma in your karma settings dialog in brackets. This took me a bit to figure out and was thinking it should be easier than that if karma-cli is install globally.
Great job otherwise.
The text was updated successfully, but these errors were encountered: