0.0.12 • Published 5 months ago

@cch0/labeler v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

link the source

in the source directory

npm link

in the target directory

npm link @cch0/labeler

unlink the source

in the target directory

npm unlink --no-save @cch0/labeler

in the source directory

npm unlink @cch0/labeler

find global packages

npm -g ls --depth=0

remove global package

npm -g rm @cch0/labeler2

How can we check which libraries we require?

Mac: otool -L your_addon.node

otool -L build/Release/addon.node build/Release/addon.node: /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1600.151.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1336.0.0)

Linux: ldd you_addon.node

install package from npm registry

npm install @cch0/labeler@0.0.7

0.0.11

5 months ago

0.0.12

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.7

5 months ago

0.0.4

5 months ago