ts-patch icon indicating copy to clipboard operation
ts-patch copied to clipboard

Cannot find backup cache file for typescript.js. Please wipe node_modules and reinstall.

Open 2LeoCode opened this issue 8 months ago • 0 comments

After installing typescript and typescript-language-server with pnpm i -D typescript typescript-language-server, When doing ts-patch install, it successfully patches tsc.js and typescript.js, but when trying to also apply the patch to tsserver and tsserverlibrary using ts-patch patch tsserver.js and ts-patch patch tsserverlibrary.js it doesn't work and gives me the error message in the title, I tried to do what it says (wipe out and reinstall node_modules) but it still gives me the same error message.

2LeoCode avatar May 30 '24 19:05 2LeoCode