npm i
npm run build
npm pack
npm i <relative-path-from-target-package>
# or
npm i <relative-path-from-target-package>/handlers-module-1.0.0.tgz
on function
npm i <relative-path-from-target-package>/handlers-module-1.0.0.tgz
# or
npm i ../modules/handlers-module
on src (nuxt)
npm i ../functions/modules/handlers-module
# or
npm i ../functions/modules/handlers-module/handlers-module-1.0.0.tgz
npm remove handlers-module