diff --git a/lang/node-cylon/Makefile b/lang/node-cylon/Makefile index 23cb1d59f7c8b3..841dcf42589fb5 100644 --- a/lang/node-cylon/Makefile +++ b/lang/node-cylon/Makefile @@ -73,6 +73,7 @@ define Build/Compile npm install -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-cylon/install