ched_dev
Deployment Error: "error: undefined variable 'python38' "
I am trying to deploy the latest version of an app I have built a while ago and I now get an error during build step with the following:
error: undefined variable 'python38'My
nixpacks.toml
does choose to include it manually. It used to work. Is it no longer supported?17 replies
Adding support for python with isolated-vm npm package
Hello, I am using a project that requires the isolated-vm npm package (https://www.npmjs.com/package/isolated-vm) which depends on a python installation for building. Currently I run [email protected], but how can I add python to run along with it?
Some logs attached in thread.
9 replies
Upgrading NixPacks NodeJS from 18.12.1 to 18.14.1
I tried to deploy an Astro.build 3.1.0 I get a build error that my node version is incorrect:
Is there a way for me to upgrade to a specific version within nodejs 18 or is that just the latest you support?
5 replies