-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install Jetstream on my macbook #1140
Comments
same issue on ubuntu with the dockerfile. I tried setting WORKDIR to / and then /apps to no avail. After enabling --verbose on the build:core step I get this output: Require stack: in about 30 different versions with only the path prior to /eslint.config.js changing. I've confirmed I have eslint.config.js in the path under apps and had tried using WORKDIR /apps since the eslint.config.js file appears in that path. |
Sorry for the issue, we don't use the Dockerfile internally so it sometimes gets out of date. We will take a look. You can try checking out tag v4.18.0 and that will most likely work. Otherwise you can run without using docker and that should work as well. yarn install
yarn scripts:generate-env
yarn db:migrate
yarn db:seed
yarn build:core
node dist/apps/api/main.js (or in two terminals to run in dev mode: - yarn start and yarn statr:api) |
eslint file names were changes with the migration to the flat config but this was not updated in docker-ignore to include that file resolves #1140
@MoMa1984 @501clouds - you can try out this branch |
I tried to install Jetstream on my macbook (macOS 15.2) using Docker but it failed several times.
First I cloned the Rep. and wrote
docker build -t jetstream-app .
After resetting nx as instructed in the error log, it did not work.
The text was updated successfully, but these errors were encountered: