Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharp error on deployment on Ubuntu #246

Open
elranu opened this issue Sep 27, 2023 · 1 comment
Open

Sharp error on deployment on Ubuntu #246

elranu opened this issue Sep 27, 2023 · 1 comment

Comments

@elranu
Copy link

elranu commented Sep 27, 2023

Hi I'm getting the following error on a basic simple next.js 13 webapp.
Node.js 18.18.0

npx sst deploy --stage prod
SST v2.26.6

➜  App:     webwallet
   Stage:   prod
   Region:  us-east-1
   Account: 137.......

Next.js v13.5.3
OpenNext v2.1.5

┌─────────────────────────────────┐
│ OpenNext — Building Next.js app │
└─────────────────────────────────┘


> webwallet@0.1.0 build
> next build

 ✓ Creating an optimized production build    
 ✓ Compiled successfully
 ✓ Linting and checking validity of types    
 ✓ Collecting page data    
 ✓ Generating static pages (5/5) 
 ✓ Finalizing page optimization    

Route (app)                              Size     First Load JS
┌ ○ /                                    5.17 kB        84.4 kB
└ ○ /_not-found                          878 B          80.1 kB
+ First Load JS shared by all            79.2 kB
  ├ chunks/864-09b3a8582fc8ab81.js       26.6 kB
  ├ chunks/fd9d1056-e4abb10dc68a7173.js  50.8 kB
  ├ chunks/main-app-bc3bbad727ef2d71.js  220 B
  └ chunks/webpack-bc466917885f1332.js   1.64 kB


○  (Static)  automatically rendered as static HTML (uses no initial props)


┌──────────────────────────────┐
│ OpenNext — Generating bundle │
└──────────────────────────────┘

Bundling static assets...
Bundling cache assets...
Bundling server function...
Applying plugins:: [opennext,opennext,opennext] for Next version: latest
Bundling revalidation function...
Bundling image optimization function...
npm ERR! code 7
npm ERR! path /home/ranu/repos/webwallet/.open-next/image-optimization-function/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! A complete log of this run can be found in: /home/ranu/.npm/_logs/2023-09-27T00_29_34_591Z-debug-0.log
node:internal/errors:865
  const err = new Error(message);
              ^

Error: Command failed: npm install --arch=arm64 --platform=linux --target=18 --libc=glibc --prefix="/home/ranu/repos/webwallet/.open-next/image-optimization-function" sharp@0.32.5
    at checkExecSyncError (node:child_process:890:11)
    at Object.execSync (node:child_process:962:15)
    at createImageOptimizationBundle (file:///home/ranu/.npm/_npx/f7273cd3ef6d7106/node_modules/open-next/dist/build.js:226:8)
    at build (file:///home/ranu/.npm/_npx/f7273cd3ef6d7106/node_modules/open-next/dist/build.js:31:5)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  status: 7,
  signal: null,
  output: [ null, null, null ],
  pid: 82131,
  stdout: null,
  stderr: null
}

Node.js v18.18.0

Error: There was a problem building the "site" site.

Need help with this error? Post it in #help on the SST Discord https://sst.dev/discord


Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy

@sladg
Copy link
Contributor

sladg commented Oct 12, 2023

Seems like gyp failing? Can you try running 'npm install sharp'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants