You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed typescript globally via pnpm. However after removing pnpm, the symlink still exists and on running the tsc command, the system still looks for the pnpm global node_modules folder (~/pnpm-global/5/node_modules/typescript/bin/tsc). How can I remove the symlinks created by pnpm?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have installed typescript globally via pnpm. However after removing pnpm, the symlink still exists and on running the
tsc
command, the system still looks for the pnpm global node_modules folder (~/pnpm-global/5/node_modules/typescript/bin/tsc
). How can I remove the symlinks created by pnpm?Beta Was this translation helpful? Give feedback.
All reactions