-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to lunch Gulp #927
Comments
Node v6.7.0 Same here, Yarn cannot seem to find local Gulp when I run $ yarn start
yarn start v0.15.1
$ "gulp test"
sh: 1: gulp test: not found
error Command failed with exit code 127.
info Visit http://yarnpkg.com/en/docs/cli/start for documentation about this command.
$ npm start
> js-training@1.0.0 start /home/verekia/[...]
> gulp test
[00:07:27] Using gulpfile ~/[...]/gulpfile.babel.js
[00:07:27] Starting 'typecheck'...
"scripts": {
"start": "gulp test"
}, |
Getting a similar error. Seems that |
Sorry, I will explain better, my probleme is not a package.json script like 'yarn start'
I can't use Gulp with the 'gulp' command. |
Oh my mistake, I saw the first comment and assumed your issue was the same. Apologies! |
unlike |
So, I don't talk about a script runing via "npm run" or "yarn run".
But I can't do :
it throw :
|
FYI #1043 should fix this for everyone until there's a real fix for linking bins better. Fun stuff with how one has to fake symlinks on Windows. 😺 |
Fixed in 0.16.0 with #809, please retest. |
Fixed for me :) Thanks! |
Also for me. Thanks for a quick update. Already loving yarn! PS. Please close issue 👍 |
This is still an issue for me when using Travis: |
@Snugug, how is your gulp dependency being installed in Travis? |
Unless I'm missing something, aren't you manually calling |
Would you look at that. Wonder how that slipped through. Either way, yeah #1210 sounds like it'll resolve my issue
|
Dev dependency in package.json
|
Going to close this as it was fixed by #809. |
node v6.7.0
npm v3.10.3
yarn v0.15.1
os: windows
Gulp is working with npm, not with yarn.
D:\USER\projets\web-proxy>"$basedir/../../Users/USER/AppData/Local/Yarn/.global/node_modules/.bin/gulp.cmd" "$@"
Le chemin d’accès spécifié est introuvable.
D:\USER\projets\web-proxy>exit $?
The text was updated successfully, but these errors were encountered: