-
-
Notifications
You must be signed in to change notification settings - Fork 487
npm deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) #1288
Description
- I have searched the Issues to see if this bug has already been reported
- I have tested the latest version
Steps to reproduce
- Try installing npm i flowbite-react
- Followed the steps in 'https://www.flowbite-react.com/docs/getting-started/introduction'
Current behavior
flowbite-react is not getting installed.
Context
Here is the error log:
npm WARN deprecated [email protected]: Removed event-stream from gulp-header npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm ERR! code 1 npm ERR! path /home/kavin/JSProjects/MERNAuth/frontend/node_modules/flowbite-react/node_modules/sharp npm ERR! command failed npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy) npm ERR! sharp: Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.14.5/libvips-8.14.5-linux-x64.tar.br npm ERR! sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies npm ERR! sharp: Installation error: aborted npm ERR! A complete log of this run can be found in: /home/kavin/.npm/_logs/2024-02-29T13_23_10_397Z-debug-0.log
Tried the following:
- updated npm. Have the latest npm npm install -g npm
- tried increasing time limit for the npm call NODE_NETWORK_TIMEOUT=600 npm install flowbite-react
- tried clearing npm cache clean and installing it again
- tried installing unsafe perm