ched_dev
ched_dev
RRailway
Created by ched_dev on 6/20/2024 in #✋|help
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
RRailway
Created by ched_dev on 9/19/2023 in #✋|help
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
RRailway
Created by ched_dev on 9/16/2023 in #✋|help
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:
0.913 Node.js v18.12.1 is not supported by Astro!
0.913 Please upgrade Node.js to a supported version: ">=18.14.1"
0.913 Node.js v18.12.1 is not supported by Astro!
0.913 Please upgrade Node.js to a supported version: ">=18.14.1"
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
RRailway
Created by ched_dev on 8/14/2023 in #✋|help
Is there a way to link my `railway up` to a specific service in a Railway config file?
I can't find a way to link a specific service so it doesn't ask me every time I use railway up. I'd like to hard code it in a config file so I don't accidentally deploy to the wrong service.
7 replies