Skip to content

Conversation

@jeremytchang
Copy link
Collaborator

@jeremytchang jeremytchang commented Feb 21, 2024

Our publishing workflow was unable to execute lerna publish to publish our npm packages because its method of execution npm bin is not supported anymore. This stackoverflow article for more context: https://stackoverflow.com/questions/9679932/how-to-use-executables-from-a-package-installed-locally-in-node-modules

  • Switching to using npx. I confirmed locally that npx lerna -h works which means other lerna commands should work. (unable to do publishing dry run because our version of lerna is too old, and doesn't have that option)

Copy link
Collaborator

@drstrangelooker drstrangelooker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks LGTM To Me

@jeremytchang jeremytchang merged commit 03ab16f into main Feb 21, 2024
@jeremytchang jeremytchang deleted the update_publishing branch February 21, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants