We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a303b1 commit 70f9f91Copy full SHA for 70f9f91
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
// "forwardPorts": [],
24
25
- "onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/react"
+ "onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/react"
26
27
// Use 'postCreateCommand' to run commands after the container is created.
28
// "postCreateCommand": "yarn install",
0 commit comments