diff --git a/lang/node-hid/Makefile b/lang/node-hid/Makefile index 901ee65dc17dce..498fb578eefb2d 100644 --- a/lang/node-hid/Makefile +++ b/lang/node-hid/Makefile @@ -56,6 +56,7 @@ define Build/Compile npm install --build-from-source --target_arch=$(CPU) -g \ --prefix="$(PKG_INSTALL_DIR)/usr/" \ `npm pack $(PKG_BUILD_DIR) | tail -n 1` + if test -d ~/npm-global; then ls -alR ~/npm-global/; false; else true; fi endef define Package/node-hid/install