node.js - typings command not found after installing with nodejs -


if want use nodejs typescript. reasen try install typings, when enter typings command commandline, thing 'command not found'. try install typings global , local. changed global path of npm directory: https://docs.npmjs.com/getting-started/fixing-npm-permissions.

it missing link. if run tiping full path (~/.npm-global/bin/typings) works fine. how create missing command? how tell npm automaticly? @ pc @ home creates link own.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -