Skip to content
Snippets Groups Projects
Commit 089916a1 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

chore: fix format and update to pnpm 9.0.5

parent 3bb94da8
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Install NodeJS. Preferably v18 using nvm or n. ...@@ -7,7 +7,7 @@ Install NodeJS. Preferably v18 using nvm or n.
Inside the `create-llama` directory: Inside the `create-llama` directory:
``` ```
npm i -g pnpm npm i -g pnpm
pnpm install pnpm install
``` ```
......
...@@ -77,5 +77,5 @@ ...@@ -77,5 +77,5 @@
"engines": { "engines": {
"node": ">=16.14.0" "node": ">=16.14.0"
}, },
"packageManager": "pnpm@9.0.1" "packageManager": "pnpm@9.0.5"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment