Skip to content

Commit

Permalink
Update serve.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley authored Nov 16, 2024
1 parent 693d61f commit b2bb7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serve.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import site from "./_config.ts";
import Server from "lume/core/server.ts";
//import { basicAuth } from "lume/middlewares/basic_auth.ts";
import precompress from "lume/middlewares/precompress.ts";
Expand Down

2 comments on commit b2bb7ff

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on b2bb7ff Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/sharp.js:113:9)
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/sharp.js:116:4)
    at Module._compile (node:module:736:34)
    at Object.Module._extensions..js (node:module:757:11)
    at Module.load (node:module:655:32)
    at Function.Module._load (node:module:523:13)
    at Module.require (node:module:674:19)
    at require (node:module:801:16)
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/constructor.js:10:1)
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/constructor.js:454:4)

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on b2bb7ff Nov 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/sharp.js:113:9)
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/sharp.js:116:4)
    at Module._compile (node:module:736:34)
    at Object.Module._extensions..js (node:module:757:11)
    at Module.load (node:module:655:32)
    at Function.Module._load (node:module:523:13)
    at Module.require (node:module:674:19)
    at require (node:module:801:16)
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/constructor.js:10:1)
    at Object.<anonymous> (file:///node_modules/.deno/[email protected]/node_modules/sharp/lib/constructor.js:454:4)

Please sign in to comment.