We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: