doc: note possible need for extra installation step
This commit is contained in:
parent
479a484011
commit
eff68e5ac2
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user