-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update Dependencies #2
Comments
Awesome, thanks for bringing that in so quickly. When do you think you'll be able to cut a new release version for npm? |
Published as 1.4.0 - thanks for the submission! |
Hello! I have the same issue but i don't understand how to fix it, i install and update all the packages you mention but i still got the error. |
The
Run that command and it'll tell you what packages you have installed that are using node-forge, as well as the version number that the package is bringing in. Chances are, your project is pulling in an out-dated version of node-forge through a different package than |
Finally i made it! The problem was with nod3des module, it uses the node-forge 0.6.45, so i changed the dependence version from module's package.json to 0.7.5, then installed this version of node-forge and the error gone :D!! |
Trying to use this and my webpack/babel build is complaining about an illegal assignment.
This is coming from an outdated digitalbazaar/forge#353, which is in turn coming from an outdated auth0/node-xml-encryption#28, which is coming from an outdated node-saml/passport-saml#222.
Long term, it may be best to declare
passport-saml
as a peerDependency instead. But for now, better to just update.The text was updated successfully, but these errors were encountered: