1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-23 16:17:36 +02:00
openwrt-packages/lang/node-hid
Eneas U de Queiroz 1e0720e3f7 node-hid: fix issues with node 8.11.3
Get node version from node executable instead of keeping it hardcoded to
the Makefile.

Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.
npm also adds useless metadata to package.json exposing
PKG_BUILD_DIR, so it needs to be stripped.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-08 14:42:03 -03:00
..
Makefile node-hid: fix issues with node 8.11.3 2018-08-08 14:42:03 -03:00