intel / SGXDataCenterAttestationPrimitives

Other
271 stars 165 forks source link

PCCS installation failed #392

Closed wgn1993 closed 4 months ago

wgn1993 commented 5 months ago

hi, I tried to install PCCS via source code/Debian package/APT, with the correct nodejs version indicated(>18), I have tried multiple ways but the installation all failed with compiled error which is as follow: 屏幕截图 2024-04-18 173343 Any thoughts on that?

BigThor12 commented 5 months ago

Hi, i had the same issue. This one #390 solved the problem in my case. Seems like only certain nodejs version can run PCCS

anjalirai-intel commented 4 months ago

we have also faced issues related to pccs installation and raised them to linux-sgx team 1029

lingyuj commented 4 months ago

we have also faced issues related to pccs installation and raised them to linux-sgx team 1029

Please check the solution in this thread: https://github.com/intel/SGXDataCenterAttestationPrimitives/issues/390

anjalirai-intel commented 4 months ago

we have also faced issues related to pccs installation and raised them to linux-sgx team 1029

Please check the solution in this thread: #390

@lingyuj We already resolved on our own. But the docs should be updated. It is still the same procedure

lingyuj commented 4 months ago

we have also faced issues related to pccs installation and raised them to linux-sgx team 1029

Please check the solution in this thread: #390

@lingyuj We already resolved on our own. But the docs should be updated. It is still the same procedure

Thanks for reporting the issue. We were aware of this and had updated the related docs in the last release. And the code will be updated in the next release to support all major node.js versions.

wgn1993 commented 4 months ago

Hi, i had the same issue. This one #390 solved the problem in my case. Seems like only certain nodejs version can run PCCS

Thanks!! It works now without issue.