typescript-mono-repo
typescript-mono-repo copied to clipboard
Running lerna bootstrap breaks configure-references.js
trafficstars
I'm running lerna bootstrap and it fails in ./configure-references.js with this error:
undefined:1
"@mmi-monorepo/interfaces": {
^
SyntaxError: Unexpected token : in JSON at position 28
at JSON.parse (<anonymous>)
at /Users/albert/Repos/mmi-monorepo/configure-references.js:26:27
Node.js v18.4.0
Do you know a way to fix it?
Hi @albertolive
Which version of yarn do you use? This sometimes happens with older versions of yarn. So to be sure, update to the latest yarn v1 version :)