🔴 ERROR | Error parsing JSON
Hey all. I've been developing an internal extension at work and dev was going just fine. I use nx to manage the extension repo as a monorepo. Dev has been going splendid and I think Plasmo + nx is phenomenal. However I then introduced playwright helpers into each nx lib, so that fixtures could build onto one another, until I ran into an error. I removed playwright, and now I keep getting this error when I run dev with verbose:
🔴 ERROR | Error parsing JSON
🟡 17 | invalid type: boolean
I've attached an image of the node_module dep package.json in question. Really not sure what to do, this maths-intrinsics seems to be pulled in as a sub dependency for another lib. If I don't use any of these libs everything seems fine but it makes me wonder why it was all working splendidly before. Thanks in advance!
false
, expected a borrowed string at line 5 column 14I've attached an image of the node_module dep package.json in question. Really not sure what to do, this maths-intrinsics seems to be pulled in as a sub dependency for another lib. If I don't use any of these libs everything seems fine but it makes me wonder why it was all working splendidly before. Thanks in advance!

0 Replies