Open erakis opened 7 years ago
Hi,
Is there a better way to get the host node_module bin folder than that ?
Ex :
inherit npm npm-install do_install() { NPM_BIN_FOLDER=${S}/node_modules/.bin/ }
Using a hardcoded path is not always the best thing.
I though using this command but it does not work as oe_runnpm_native is written info using bbnote:
NPM_BIN_FOLDER=$(oe_runnpm_native bin)
Best regards,
Hi,
Is there a better way to get the host node_module bin folder than that ?
Ex :
Using a hardcoded path is not always the best thing.
I though using this command but it does not work as oe_runnpm_native is written info using bbnote:
Best regards,