Do you want to request a feature or report a bug?
Bug
What is the current behavior?
"start": "gulp"
and yarn start
does not work with Yarn PnP
If the current behavior is a bug, please provide the steps to reproduce.
Create a new project with Gulp 3.9.1 and set the start script to gulp
, and create a basic gulpfile.
What is the expected behavior?
Gulp should start.
Please mention your node.js, yarn and operating system version.
node --version && yarn --version
v10.11.0
1.13.0-20181004.1524
Will be fixed by #6623👍