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
After the upgrade to Node v20 and NPM v10, the npm pack step of our build fails for the eslint-plugin-vx package, which has a self-reference in the dependency list. Looks like we won't have the same issue wtih pnpm pack, so worth switching over to avoid #5429 and also have more tooling consistency between our dev and prod builds.
The text was updated successfully, but these errors were encountered:
After the upgrade to Node v20 and NPM v10, the
npm pack
step of our build fails for theeslint-plugin-vx
package, which has a self-reference in the dependency list. Looks like we won't have the same issue wtihpnpm pack
, so worth switching over to avoid #5429 and also have more tooling consistency between our dev and prod builds.The text was updated successfully, but these errors were encountered: