chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.68k stars 1.15k forks source link

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

Open Slexom opened 3 years ago

Slexom commented 3 years ago

Steps

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.
serprex commented 3 years ago

This seems like a bug in Rome

Granted, npm implies author should be one person & contributors used instead