How does npm generate .bin files locally?

when I write some command-line tools, I need to upload and download the installation frequently to generate commands in .bin to test whether it works properly.
is there a more convenient way?
May.09,2022

npm link isn't that what it does?


npm link can point to local packages

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b369bc-2c056.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b369bc-2c056.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?