typescript-mono-repo
typescript-mono-repo copied to clipboard
Running lerna bootstrap breaks configure-references.js
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?