We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
encore eject docker image:tag
encore eject docker ...
OS: Windows 23H2 (Build 22631.4037) Encore: v1.40.4 Node: 22.4.1 NPM: 10.8.2 Docker Desktop: 4.33.1
7:21PM INF compiling Encore application for linux/amd64 7:21PM ERR build docker image: build image fs: copy path: Rel: can't make C:\Users\admin\.encore\runtimes\js\encore.dev relative to D:\Projects\encore-file-upload\node_modules
encore app create
But if you would now just copy the app folder to the same drive encore is installed on, it works just fine. So to visually show the problem:
. └── C:/ ├── 📁User/ │ └── 📁admin/ │ └── 📁.encore/ │ └── ... └── 📁encore-test-app/ └── ...
. ├── C:/ │ └── 📁User/ │ └── 📁admin/ │ └── 📁.encore/ │ └── ... └── D:/ └── 📁encore-test-app/ └── ...
The text was updated successfully, but these errors were encountered:
Any news on this? I have the same error with
encore build docker image:tag
encore version v1.43.8
Sorry, something went wrong.
No branches or pull requests
encore eject docker ...
breaks when calling from different driveEnvironment
OS: Windows 23H2 (Build 22631.4037)
Encore: v1.40.4
Node: 22.4.1
NPM: 10.8.2
Docker Desktop: 4.33.1
Expected output
Actual output
Reproduce steps
encore app create
on a different drive than encore is installed with Typescriptencore eject docker image:tag
But if you would now just copy the app folder to the same drive encore is installed on, it works just fine.
So to visually show the problem:
WORKS
DOESN'T WORK
The text was updated successfully, but these errors were encountered: