ClearMist
ClearMist
RRailway
Created by lasse on 9/27/2023 in #✋|help
bun prisma
try the method over there
30 replies
RRailway
Created by lasse on 9/27/2023 in #✋|help
bun prisma
#OpenSSL error when using Bun + Prisma
30 replies
RRailway
Created by Spacemandev on 9/18/2023 in #✋|help
OpenSSL error when using Bun + Prisma
oh I see, can we use images as well to specify this? I got this from the community that had similar issue
ENV NODE_VERSION=18.17.1
RUN apt update
RUN apt install -y curl
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
ENV NVM_DIR=/root/.nvm
RUN . "$NVM_DIR/nvm.sh" && nvm install ${NODE_VERSION}
RUN . "$NVM_DIR/nvm.sh" && nvm use v${NODE_VERSION}
RUN . "$NVM_DIR/nvm.sh" && nvm alias default v${NODE_VERSION}
ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin/:${PATH}"
RUN node --version
RUN npm --version
ENV NODE_VERSION=18.17.1
RUN apt update
RUN apt install -y curl
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
ENV NVM_DIR=/root/.nvm
RUN . "$NVM_DIR/nvm.sh" && nvm install ${NODE_VERSION}
RUN . "$NVM_DIR/nvm.sh" && nvm use v${NODE_VERSION}
RUN . "$NVM_DIR/nvm.sh" && nvm alias default v${NODE_VERSION}
ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin/:${PATH}"
RUN node --version
RUN npm --version
65 replies
RRailway
Created by Spacemandev on 9/18/2023 in #✋|help
OpenSSL error when using Bun + Prisma
Though I've opened an issue on the Prisma side to have a look into it incase it's an "issue" on their end being dependant on node
65 replies
RRailway
Created by lasse on 9/27/2023 in #✋|help
bun prisma
30 replies
RRailway
Created by Spacemandev on 9/18/2023 in #✋|help
OpenSSL error when using Bun + Prisma
I haven't used railway yet, I'm thinking of using it in the future but I've to make sure that I can use bun and node in the same environment at the same time, seems like you got that working
65 replies
RRailway
Created by Spacemandev on 9/18/2023 in #✋|help
OpenSSL error when using Bun + Prisma
oh railway uses toml files for configuration?
65 replies
RRailway
Created by Spacemandev on 9/18/2023 in #✋|help
OpenSSL error when using Bun + Prisma
So to be exact node being used to generate prisma and then bun to run the files
65 replies
RRailway
Created by ClearMist on 9/28/2023 in #✋|help
Need more information about Railway
Also am I able to install bun and node at the same time or only 1 thing at a time?
15 replies
RRailway
Created by ClearMist on 9/28/2023 in #✋|help
Need more information about Railway
I see, thank you very much!
15 replies
RRailway
Created by lasse on 9/27/2023 in #✋|help
bun prisma
you require nodejs as well installed
30 replies
RRailway
Created by ClearMist on 9/28/2023 in #✋|help
Need more information about Railway
If I need more bandwith I pay 10cents per GB and this'll be deducted next subscription month that I've to pay?
15 replies
RRailway
Created by ClearMist on 9/28/2023 in #✋|help
Need more information about Railway
Another thing as well, so I've heard bun is supported on here which is awesome! Am I able to use both node and bun in the same server? Prisma requires node to work and in Pyterodactyl it was a pain getting it sorted out
15 replies
RRailway
Created by ClearMist on 9/28/2023 in #✋|help
Need more information about Railway
For the pro version, when it says mail support, private emails that we (team) can use What's Horizontal Scaling? Private networks I'm guessing we (team) get our own network for the servers that we have and won't have to share with the public? Sorry for lots of question just want to make sure I fully understand. Thank you! 😅
15 replies
RRailway
Created by ClearMist on 9/28/2023 in #✋|help
Need more information about Railway
N/A
15 replies