You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but then there was some concern that the PR author's assumptions (like "the global bin location is always where node is") aren't true across platforms, so now there's an RFC to re-addnpm bin but only for the global case:
The simplest workaround would be to ensure that users are on NPM 8 or lower, but I don't know if that's an easy thing to enforce.
Long-term, the various NPM discussions linked above suggest that this should be using npm run or similar instead of manually searching for executables.
The text was updated successfully, but these errors were encountered:
original discussion on the forums
VegaLite.Export
uses thenpm bin
command to find where to look for executables, but that subcommand was removed in NPM 9.0:npm/cli#5459
but then there was some concern that the PR author's assumptions (like "the global bin location is always where
node
is") aren't true across platforms, so now there's an RFC to re-addnpm bin
but only for the global case:npm/rfcs#657
The simplest workaround would be to ensure that users are on NPM 8 or lower, but I don't know if that's an easy thing to enforce.
Long-term, the various NPM discussions linked above suggest that this should be using
npm run
or similar instead of manually searching for executables.The text was updated successfully, but these errors were encountered: