Open bognar-dev opened 1 day ago
I don't believe this is specific to Onlook. What I can infer from this is your current system is preventing network calls necessary to install npm packages. If you're using a company device, it may be a security configuration to be done with IT. Please let me know if this is not the case.
You may be able to disable this SSL check for your npm but i do NOT recommend doing so without checking with your IT/sysadmin.
npm config set strict-ssl false
Please lmk if this helps :)
Describe the problem you are experiencing
I'm experiencing an error related to a self-signed certificate in the certificate chain while trying to install dependencies for the onlook-dev/onlook repository. The error occurs specifically during the installation of the supabase package and halts the process. I have tried installing on three different devices, but the issue persists.
Error Details
Request for Help
Any guidance or steps to fix this issue would be greatly appreciated. Thank you!