Skip to content
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

Path not being reported by shell...? (windows 10) #83

Open
leonardopolly opened this issue Mar 9, 2017 · 1 comment
Open

Path not being reported by shell...? (windows 10) #83

leonardopolly opened this issue Mar 9, 2017 · 1 comment

Comments

@leonardopolly
Copy link

I don't know precisely what´s going on. I have gulp installed correctly and can run gulp from cmd in my project. The gulpfile is set correctly. But when I run gulp on sublime, the panel reports 'gulp is not a recognized command', even though it is installed globally (and locally on my project).

@nicosantangelo
Copy link
Owner

Sorry for the delay, been a bit busy with a moving this last couple of months.

The problem could be windows not reporting the path correctly, to verify this, try using the exec_args setting, giving it a value like:

    "exec_args": {
        "path": "/bin:/usr/bin:/usr/local/bin"
    }

Let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants