Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 626 Bytes

File metadata and controls

31 lines (20 loc) · 626 Bytes

handlers-module

build

npm i
npm run build

pack (to create handlers-module-.tgz)

npm pack

install

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

remove local modules

npm remove handlers-module