You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.)
The text was updated successfully, but these errors were encountered:
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:
(i also removed
COPY . /workspace
from the DOCKERFILE.)Now i am getting:
The text was updated successfully, but these errors were encountered: