gulp-cli icon indicating copy to clipboard operation
gulp-cli copied to clipboard

Suggest pnpm in missing modules error

Open TravisJRyan opened this issue 2 years ago • 0 comments

Before you open this issue, please complete the following tasks:

  • [x] use the search bar at the top of the page to search this repository for similar issues or discussions that have already been opened.
  • [x] if you are looking for help from the gulp team or community, open a discussion.
  • [x] if you think there is a problem with the plugin you're using, open a discussion.
  • [x] if you think there is a bug in our code, open this issue.

What were you expecting to happen?

If node_modules aren't present and pnpm-lock.yaml is present, gulp-cli should say "Try running: pnpm install"

What actually happened?

It defaults to suggesting "npm install". The issue is this line.

Please give us a sample of your gulpfile

N/A

Terminal output / screenshots

modules-not-found-gulp

Please provide the following information:

N/A - This happens in any environment.

Additional information

N/A

TravisJRyan avatar May 30 '23 14:05 TravisJRyan