npm config get prefix will return the path. ... How about npm bin ? It can be used with export PATH="$(npm bin):$PATH" . It will find npm's bin ...
確定! 回上一頁