I am starting a new Developer Console application primarily to create an OSDK npm package to use in an existing NextJS application.
The issue I am running into is generating a package on Foundry is failing but generating the same package on my local machine succeeds.
I’d like to generate it on Foundry if possible.
I noticed the @osdk/foundry-sdk-generator
locally uses v2.0.11 but in Foundry Developer Console it is using v2.0.9 (if that matters).
Any ideas?