doc: note possible need for extra installation step

This commit is contained in:
Glen Whitney 2023-08-15 17:04:30 -07:00
parent 479a484011
commit eff68e5ac2

View File

@ -9,3 +9,5 @@ npx tsc
echo '{"type": "module"}' > obj/package.json echo '{"type": "module"}' > obj/package.json
node obj node obj
``` ```
Installation note: after doing `pnpm install` if the above compilation/run commands don't seem to work, execute `npx deepkit-type-install` and try again.