@cch0/labeler
v0.0.12
Published
Labeling solution
Downloads
2
Readme
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/[email protected]