© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Edouard Duplessis
Fullstack PHP JS
I've installed my local script to test my command for making a cli and to speed up the process i've linked it .... now I want to unlink it..... how???
Matt Strom
Software Engineer, TypeScript ninja
npm unlink should work. For some odd reason it doesn't have its own documentation page.
npm unlink
yeap it's working ... thanks .... I forgot to pack the project and reinstalling it
Matt Strom
Software Engineer, TypeScript ninja
npm unlinkshould work. For some odd reason it doesn't have its own documentation page.