This repository was archived by the owner on Sep 17, 2023. It is now read-only.
This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Symlink binary into node_modules/.bin #115
Closed
Description
Because when we try uninstalling we get this error:
; npm uninstall @typescript-tools/rust-implementation
npm ERR! code EEXIST
npm ERR! path ./node_modules/.bin/monorepo
npm ERR! Refusing to delete ./node_modules/.bin/monorepo: is outside ./node_modules/@typescript-tools/rust-implementation and not a link
npm ERR! File exists: ./node_modules/.bin/monorepo
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.