Skip to content
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

firely terminal inflate error #35

Open
patrick-werner opened this issue Apr 16, 2024 · 0 comments
Open

firely terminal inflate error #35

patrick-werner opened this issue Apr 16, 2024 · 0 comments

Comments

@patrick-werner
Copy link

When using .devcontainer the package snapshot generation fails with:
One or more errors occurred. (Read-only file system : '/package.json')

The reason is, that firely terminal wants to add the dependency to the package.json, if none is found it wants to create a new package.json file.

As a workaround i modified the devcontainer.json, and added:

"mounts": [
    "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached"
  ]

(i also removed COPY . /workspace from the DOCKERFILE.)

Now i am getting:

[INFO]	Package installed: de.basisprofil.r4@1.5.0-ballot2
One or more errors occurred. (Access to the path '/vscode/vscode-server/bin/alpine-arm64/5c3e652f63e798a5ac2f31ffd0d863669328dc4c/package.json' is denied.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant