You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ver
Microsoft Windows [Version 10.0.15063]
> node --version
v8.1.2
> yarn init -y
> yarn add gulp
> yarn run gulp
yarn run v0.27.5
$ "C:\temp\q\node_modules\.bin\gulp"
[23:33:40] No gulpfile found
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
> yarn run gulp watch
yarn run v0.27.5
$ "C:\temp\q\node_modules\.bin\gulp" "watch"
'C:\temp\q\node_modules\.bin\gulp" "watch' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
>yarn run gulp -- watch
yarn run v0.27.5
$ "C:\temp\q\node_modules\.bin\gulp" "watch"
'C:\temp\q\node_modules\.bin\gulp" "watch' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
the 1st error is expected -- gulp can't find its file.
the 2nd & 3rd are a failure to execute gulp.
The text was updated successfully, but these errors were encountered:
the 1st error is expected -- gulp can't find its file.
the 2nd & 3rd are a failure to execute gulp.
The text was updated successfully, but these errors were encountered: