Different ways to run a locally installed node-package
We all know that you can install a node-package globally or locally (package.json).
But what happens if I install for example the typescript-compiler locally and start the compiler directly in the terminal?
Let's do it...
Install typscript-compiler l...
waterkamp.hashnode.dev2 min read