Error installing shadcn-ui on my local machine #6027
Unanswered
Chukwu3meka
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This is more than likely an issue related to your proxy settings, yes. You can configure your network/proxy settings accordingly with pnpm:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been able to clone locally on my windows machine, but running
pnpm install
is failing at the point of installingsharp
Initially I thought it had to do with pnpm, so I deleted /node_modules and then run
pnpm store prune
. Packages were addedProgress: resolved 1419, reused 0, downloaded 1409, added 1419, done
butRunning install script, failed in 5.9s
.Could it have to do with proxy settings since I'm getting this
sharp: Installation error: Request timed out
, and the terminal download site for sharp is not reachable when I try to open it from the browserhttps://github.com/lovell/sharp-libvips/releases/download/v8.13.3/libvips-8.13.3-win32-x64.tar.br
, is it windows OS or something else I'm not aware of?Scope: all 4 workspace projects Lockfile is up to date, resolution step is skipped Packages: +1419 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Downloading @img/[email protected]: 8.65 MB/8.65 MB, done Downloading [email protected]: 23.75 MB/23.75 MB, done Downloading @next/[email protected]: 51.13 MB/51.13 MB, done Downloading [email protected]: 10.69 MB/10.69 MB, done Downloading [email protected]: 11.62 MB/11.62 MB, done Downloading [email protected]: 20.56 MB/20.56 MB, done Progress: resolved 1419, reused 0, downloaded 1409, added 1419, done node_modules/.pnpm/[email protected]/node_modules/esbuild: Running postinstall script, done in 5.5s node_modules/.pnpm/[email protected]/node_modules/esbuild: Running postinstall script, done in 5.1s node_modules/.pnpm/[email protected]/node_modules/esbuild: Running postinstall script, done in 5.1s node_modules/.pnpm/[email protected][email protected]/node_modules/puppeteer: Running postinstall script, done in 1.9s node_modules/.pnpm/[email protected]/node_modules/turbo: Running postinstall script, done in 8.4s node_modules/.pnpm/[email protected]/node_modules/sharp: Running install script, done in 92ms node_modules/.pnpm/[email protected]/node_modules/protobufjs: Running postinstall script, done in 70ms node_modules/.pnpm/[email protected]/node_modules/sharp: Running install script, failed in 5.9s .../[email protected]/node_modules/sharp install$ (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy) │ sharp: Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.13.3/libvips-8.13.3-win32-x64.tar.br │ sharp: Installation error: Request timed out │ sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies
Beta Was this translation helpful? Give feedback.
All reactions