Use lerna publish to prompt npm not logged in
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36.1k
- Forks
- 2.3k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 50
Description
Use lerna publish to prompt that npm is not logged in and cannot publish @tuimao/eslint
But I am logged in, And manual posting is valid.
Every time it runs, a gitHash will be produced in the changed dependency package package.json and then it will stop working.
I tried to test lerna publish in another project, but this problem did not occur
This is my configuration
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
}
Use in commands

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files or tests are identified. Start by reproducing lerna publish with the shown independent, Yarn-backed workspace configuration, compare it with manual publishing, and verify that authentication succeeds without changing dependency package.json files or stopping the release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100