
My lerna.json file,
{
"lerna": "2.0.0-beta.37",
"packages": [
"packages/*"
],
"version": "independent"
}
Don't delete package.json.lerna_backup file!!!!! Or, this error will kick your ass! 馃槶
I have the same issue, but in my case it's because of missing name field in package.json in certain package.
This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I have the same issue, but in my case it's because of missing name field in package.json in certain package.