[FR]: npm_translate_lock
bins should be available when running custom_postinstalls
#1264
Labels
npm_translate_lock
bins should be available when running custom_postinstalls
#1264
What is the current behavior?
bins are available in the
custom_postinstall
currently IFF the library that thecustom_postinstall
is being ran for depends on the other package where the binary is available. I think this should be changed such that if a binary is set in thebins
attribute, it is available during thecustom_postinstall
regardless of module dependencies.Describe the feature
During the execution of
custom_postinstalls
, the node binaries defined in thebins
attribute ofnpm_translate_lock
should be defined so that they can be referenced directly.example:
The text was updated successfully, but these errors were encountered: