Skip to content
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 nodejs version pinning to latest #405

Open
JakubLedworowski opened this issue May 24, 2024 · 2 comments
Open

Update nodejs version pinning to latest #405

JakubLedworowski opened this issue May 24, 2024 · 2 comments

Comments

@JakubLedworowski
Copy link

Currently there is no way to install DCAP PCCS using package manager, because installation is pinned to old nodejs versions. The DCAP PCCS installation is not accepted for the latest nodejs version.

I am referring to this code:
https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/DCAP_1.21/QuoteGeneration/pccs/package-lock.json#L32

Here is the list of latest nodejs releases:
https://nodejs.org/en/about/previous-releases#looking-for-latest-release-of-a-version-branch

For node 18 - v18.20.3
For node 20 - v20.13.1
For node 21 - v21.7.3

Please either update nodejs version pinning to latest or remove the upper bound, which will help improve user experience.

@JakubLedworowski
Copy link
Author

Hi, let me bump this issue.

@lingyuj
Copy link
Contributor

lingyuj commented Jun 11, 2024

We will have a new solution to fix the issue in the future releases.
Meanwhile, please check this wiki page for how to install a specific version of Node.js:
https://github.com/nodesource/distributions/wiki/How-to-select-the-Node.js-version-to-install

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

No branches or pull requests

2 participants