Error on Rome toolchain init (package.json invalid author)

Author: SlexomCreated Jan 8, 2021Updated Jun 22, 2021

Steps

  • Add this as dependency.
  • Add Rome toolchain.
  • Run yarn rome init

Result


 node_modules/react-motion/package.json:72:12 parse/manifest ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  ✖ Expected object at author

    70 │     "ui"
    71 │   ],
  > 72 │   "author": [
       │             ^
  > 73 │     "nkbt",
  > 74 │     "chenglou"
  > 75 │   ],
       │ ^^^
    76 │   "license": "MIT",
    77 │   "dependencies": {

  ⚠ Our internal value has been modified since we read the original source

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✖ Found 1 problem
error Command failed with exit code 1.