-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
not compatible with latest version of npm and node #6812
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
While it's something we should update, it is a warning you can ignore. It shouldn't affect anything. |
A more severe variant of this is a complete failure to build videojs on the newest
This runs fine on node v12.18 |
This is not a warning on 13.8.0
|
It's as easy as releasing v1.0.3 from pkcs7... the code is there, the version is tagged, but I don't know why it's not released on NPM. |
I'm looking into it. Basically, we never bothered because it's always been just a warning, if it's failing on node 13, definitely needs an update. |
Merged update into VHS main videojs/http-streaming#947. |
The fix is now available in the 7.9.5 pre-release. |
Guys, you're awesome! Thanks! |
Description
It looks like it was updated 2 days ago but
errors when installing:
npm i video.js
npm WARN notsup Unsupported engine for pkcs7@1.0.2: wanted: {"npm":"^1.4.6","node":"^0.10"} (current: {"node":"12.16.3","npm":"6.14.8"})
npm WARN notsup Not compatible with your version of node/npm: pkcs7@1.0.2
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
2.install this plugin
Results
Expected
Please describe what you expected to see.
Actual
Please describe what actually happened.
Error output
If there are any errors at all, please include them here.
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
what version of videojs does this occur with?
browsers
what browser are affected?
OSes
what platforms (operating systems and devices) are affected?
plugins
are any videojs plugins being used on the page? If so, please list them below.
The text was updated successfully, but these errors were encountered: