rsms / scripter

The Scripter Figma plugin
https://figma.com/c/plugin/757836922707087381/
MIT License
190 stars 22 forks source link

Fix a couple new-checkout build errors #22

Closed msfeldstein closed 1 year ago

msfeldstein commented 1 year ago

Trying to build using ./misc/dev.sh on a fresh checkout caused 2 errors

  1. pushd: build/dev: No such file or directory build/dev doesn't exist, but we try to enter it, so i added it in the util script.

  2. When trying to build using ./misc/dev.sh I get an ERR_OSSL_EVP_UNSUPPORTED error, (full stack trace). It looks like Node has changed a bit in recent updates and we need to add the --openssl-legacy-provider flag to run this properly on node19.8.1.

rsms commented 1 year ago

Thank you!