adobe / spectrum-css

The standard CSS implementation of the Spectrum design language.
http://opensource.adobe.com/spectrum-css/
Apache License 2.0
1.19k stars 194 forks source link

NPM install reports warning about peers #1281

Closed mscherotter closed 10 months ago

mscherotter commented 2 years ago

Description

How do you resolve these NPM warnings: npm WARN @spectrum-css/buttongroup@3.0.4 requires a peer of @spectrum-css/button@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/card@3.0.3 requires a peer of @spectrum-css/vars@^3.0.1 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/dialog@3.0.5 requires a peer of @spectrum-css/button@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/pagination@3.0.4 requires a peer of @spectrum-css/button@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/search@3.0.4 requires a peer of @spectrum-css/button@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/splitbutton@3.0.4 requires a peer of @spectrum-css/button@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/table@3.0.3 requires a peer of @spectrum-css/vars@^3.0.1 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/tags@3.0.3 requires a peer of @spectrum-css/vars@^3.0.1 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/typography@3.0.2 requires a peer of @spectrum-css/vars@^3.0.1 but none is installed. You must install peer dependencies yourself. npm WARN @spectrum-css/button@3.0.3 requires a peer of @spectrum-css/vars@^3.0.1 but none is installed. You must install peer dependencies yourself.

Steps to reproduce

run npm install on the any of the packages listed like npm install @spectrum-css/fieldlabel

  1. Go to http://opensource.adobe.com/spectrum-css/
  2. Click on ...
  3. Observe ...

Expected behavior

Screenshots

Environment

Additional context

castastrophe commented 10 months ago

This appears to be an outdated issue. If you run into this issue again, please feel free to open a new issue with details and we can look into it further from there!