Skip to content

Gulp 4 support? #20

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

Closed
Thorium opened this issue Jun 17, 2020 · 5 comments
Closed

Gulp 4 support? #20

Thorium opened this issue Jun 17, 2020 · 5 comments
Assignees

Comments

@Thorium
Copy link
Contributor

Thorium commented Jun 17, 2020

Hi,

When using this component with Gulp 4 (v4.0.2), my NPM complains:

npm WARN [email protected] requires a peer of gulp@^3.9.1 but none is installed. You must install peer dependencies yourself.
@Thorium
Copy link
Contributor Author

Thorium commented Jul 2, 2020

I guess it comes from here:

"gulp": "^3.9.1"

...but I don't know why it's needed.

@Kassaila
Copy link

Have an error to.

npm ERR! Found: [email protected]
npm ERR! node_modules/gulp
npm ERR!   dev gulp@"4.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer gulp@"^3.9.1" from [email protected]
npm ERR! node_modules/gulp-htmlhint-inline
npm ERR!   dev gulp-htmlhint-inline@"*" from the root project
{
"devDependencies": {
    "gulp": "^4.0.0",
    "gulp-jshint": "^2.0.3"
  },
  "peerDependencies": {
    "gulp": "^3.9.1"
  }
}

This is not valid usage of dependencies.

@thedaviddias thedaviddias self-assigned this May 26, 2021
Thorium added a commit to Thorium/gulp-htmlhint-inline that referenced this issue Nov 2, 2023
@coliff coliff closed this as completed in 99f5dc7 Nov 3, 2023
@Thorium
Copy link
Contributor Author

Thorium commented Nov 3, 2023

Thanks. Are you able to update npm package https://www.npmjs.com/package/gulp-htmlhint-inline ?

@coliff
Copy link
Member

coliff commented Nov 3, 2023

I'll try to help get that done, but I don't have npm publish access/controls. Only @thedaviddias does. Thanks for the PR though. I'll update you with any news :-)

@Thorium
Copy link
Contributor Author

Thorium commented Feb 11, 2025

Any news to update the npm? If the package is "locked", could this be released with some separate name to npm?

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

No branches or pull requests

4 participants