typescript-mono-repo icon indicating copy to clipboard operation
typescript-mono-repo copied to clipboard

Running lerna bootstrap breaks configure-references.js

Open albertolive opened this issue 2 years ago • 1 comments

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?

albertolive avatar Jan 04 '23 14:01 albertolive