'ts-node' is not recognized
I understand that this error comes from that
" Add typescript, ts-node and @types/node development dependencies: "
but this wont work, because we are isntalling ts-node locally and not globally
ts-node is not installed globally . I want to report that in the seeding guide, there is written " Add typescript, ts-node and @types/node development dependencies: "
npm install -D typescript ts-node @types/node and but this wont work, because we are isntalling ts-node locally and not globally