Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlytoc authored Jun 18, 2024
1 parent 36ddbd4 commit eeebf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected].12"
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected].13"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down

1 comment on commit eeebf2d

@agastonsosa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: roll back to this version, at least works (no TypeError: tags.filter is not a function)

Please sign in to comment.