I encountered an error while attempting to install the extract-text-webpack-pluginpm plugin.
extract-text-webpack-plugin <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3f12124c5e495a125b5a495e4f4f7f0f110e110f">[email protected]</a> /home/g/learn/web-app/ema/src/main/app
├─┬ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="50352824223133247d243528247d2735322031333b7d203c2537393e10627e617e60">[email protected]</a>
│ ├── <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2c4d5f55424f6c1e021f021c">[email protected]</a>
│ └── <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="fc90939d98998ed1898895908fbccdd2cdd2cc">[email protected]</a>
└── UNMET PEER DEPENDENCY webpack@^2.2.0
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e385908695868d9790a3d2cdd2cdd2">[email protected]</a>: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2d4b5e485b4843595e6d1c031d031c1a">[email protected]</a> (node_modules/react-scripts/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b7d1c4d2c1d2d9c3c4f7869987998680">[email protected]</a>: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="aacfd2ded8cbc9de87decfd2de87ddcfc8dacbc9c187dac6dfcdc3c4ea98849b849a">[email protected]</a> requires a peer of webpack@^2.2.0 but none was installed.
Also attempted this:
npm install <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="83e6fbf7f1e2e0f7aef7e6fbf7aef4e6e1f3e2e0e8aef3eff6e4eaedc3b1adb1adb3">[email protected]</a> --save-dev
No success.