Replies: 1 comment
-
Everything works properly until I get to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
### I looked at the suroi wiki instructions for hosting own server, and this is what I did:
git clone https://github.com/HasangerGames/suroi-wiki.git
Cloning into 'suroi-wiki'...
remote: Enumerating objects: 16367, done.
remote: Counting objects: 100% (454/454), done.
remote: Compressing objects: 100% (274/274), done.
remote: Total 16367 (delta 308), reused 231 (delta 173), pack-reused 15913 (from 2)
Receiving objects: 100% (16367/16367), 6.78 MiB | 14.32 MiB/s, done.
Resolving deltas: 100% (8549/8549), done.
PS C:\Users\maria\Documents\Hashim\suroi\suroi-wiki> cd suroi-wiki
PS C:\Users\maria\Documents\Hashim\suroi\suroi-wiki\suroi-wiki> git submodule init
Submodule 'vendor/suroi' (https://github.com/HasangerGames/suroi) registered for path 'vendor/suroi'
PS C:\Users\maria\Documents\Hashim\suroi\suroi-wiki\suroi-wiki> git submodule update
Cloning into 'C:/Users/maria/Documents/Hashim/suroi/suroi-wiki/suroi-wiki/vendor/suroi'...
Submodule path 'vendor/suroi': checked out '21db3ae55a9c8c74e2884919c3cf9867c46cb251'
PS C:\Users\maria\Documents\Hashim\suroi\suroi-wiki\suroi-wiki> pnpm install
Scope: all 5 workspace projects
../.. | Progress: resolved 1, reused 0, d../.. | +629 ++++++++++++++++++++++++++
../.. | Progress: resolved 1, reused 0, d../.. | Progress: resolved 629, reused 17../.. | Progress: resolved 629, reused 62../.. | Progress: resolved 629, reused 629, downloaded 0, added 0, done
../../node_modules/.pnpm/canvas@2.11.2/node_modules/canvas: Running install ../../node_modules/.pnpm/canvas@2.11.2/node_modules/canvas: Running install script, failed in 498ms
.../canvas@2.11.2/node_modules/canvas install$ node-pre-gyp install --fal…
│ node-pre-gyp info it worked if it ends with ok
│ node-pre-gyp info using node-pre-gyp@1.0.11
│ node-pre-gyp info using node@22.11.0 | win32 | x64
│ (node:26556) [DEP0040] DeprecationWarning: The
punycode
module is dep…│ (Use
node --trace-deprecation ...
to show where the warning was creat…│ node-pre-gyp http GET https://github.com/Automattic/node-canvas/release…
│ node-pre-gyp ERR! install response status 404 Not Found on https://gith…
│ node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.2 …
│ node-pre-gyp WARN Hit error response status 404 Not Found on https://gi…
│ node-pre-gyp ERR! UNCAUGHT EXCEPTION
│ node-pre-gyp ERR! stack Error: spawn EINVAL
│ node-pre-gyp ERR! stack at ChildProcess.spawn (node:internal/child_…
│ node-pre-gyp ERR! stack at Object.spawn (node:child_process:759:9)
│ node-pre-gyp ERR! stack at module.exports.run_gyp (C:\Users\maria\D…
│ node-pre-gyp ERR! stack at build (C:\Users\maria\Documents\Hashim\s…
│ node-pre-gyp ERR! stack at self.commands. [as build] (C:\…
│ node-pre-gyp ERR! stack at run (C:\Users\maria\Documents\Hashim\sur…
│ node-pre-gyp ERR! stack at process.processTicksAndRejections (node:…
│ node-pre-gyp ERR! System Windows_NT 10.0.22631
│ node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Us…
│ node-pre-gyp ERR! cwd C:\Users\maria\Documents\Hashim\suroi\node_module…
│ node-pre-gyp ERR! node -v v22.11.0
│ node-pre-gyp ERR! node-pre-gyp -v v1.0.11
└─ Failed in 498ms at C:\Users\maria\Documents\Hashim\suroi\node_modules.pnpm\canvas@2.11.2\node_modules\canvas
ELIFECYCLE Command failed with exit code 7.
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions