Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 848ec3d

Browse files
committedDec 29, 2022
chore(deps): upgrade to vite 4
Currently peer vite@"^2.0.0 || ^3.0.0" from vite-plugin-markdown@2.1.0 is happening, but this is a minor dependency. Install with --legacy-peer-deps.
1 parent 945c4da commit 848ec3d

File tree

3 files changed

+3161
-4641
lines changed

3 files changed

+3161
-4641
lines changed
 

‎.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// "forwardPorts": [],
2323

2424
// Use 'postCreateCommand' to run commands after the container is created.
25-
"postCreateCommand": "npm install"
25+
"postCreateCommand": "npm install --legacy-peer-deps"
2626

2727
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
2828
// "remoteUser": "node"

0 commit comments

Comments
 (0)
This repository has been archived.