Tuesday 24 April 2018

Help with npm

So if i install a package globally, for example typescript (nmp install -g typescript), i can just type the command "tsc" and it works. But can i still do this with a package installed locally, or do i have to specify the path like "./node_modules/typescript/bin/tsc" ?

Submitted April 24, 2018 at 06:34AM by DenuvoHater332

No comments:

Post a Comment