HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //snap/node/11560/snap/manifest.yaml
snapcraft-version: 8.14.5
snapcraft-started-at: '2026-05-13T19:54:59.949479Z'
snapcraft-os-release-id: ubuntu
snapcraft-os-release-version-id: '22.04'
name: node
version: 22.22.3
summary: Node.js
description: |
  A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/
base: core22
grade: stable
confinement: classic
apps:
  node:
    command: bin/node
  npm:
    command: bin/npm
  npx:
    command: bin/npx
  yarn:
    command: bin/yarn.js
  yarnpkg:
    command: bin/yarn.js
parts:
  node:
    plugin: make
    source-type: tar
    source: https://nodejs.org/download/release/v22.22.3/node-v22.22.3.tar.gz
    build-packages:
    - gcc-10
    - g++-10
    - python3-distutils
    stage-packages:
    - libgcc-s1=12.3.0-1ubuntu1~22.04.3
    - libstdc++6=12.3.0-1ubuntu1~22.04.3
    build-environment:
    - CC: gcc-10
    - CXX: g++-10
    - LINK: g++-10
    - V: ''
    make-parameters:
    - V=
    - LDFLAGS=-Wl,-rpath=/snap/node/current/lib/$(SNAPCRAFT_ARCH_TRIPLET):/snap/node/current/usr/lib/$(SNAPCRAFT_ARCH_TRIPLET):/snap/core22/current/lib/$(SNAPCRAFT_ARCH_TRIPLET):/snap/core22/current/usr/lib/$(SNAPCRAFT_ARCH_TRIPLET)
    override-build: |
      ./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/release/ --tag=
      craftctl default
      mkdir -p $CRAFT_PART_INSTALL/etc
      echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc
    stage: []
    prime: []
  yarn:
    source-type: tar
    source: https://yarnpkg.com/latest.tar.gz
    plugin: dump
    override-build: |
      craftctl default
      chmod -R g-s $CRAFT_PART_INSTALL
      sed -i "s/var stdio = spinner ? undefined : 'inherit';/var stdio = 'inherit';/" $CRAFT_PART_INSTALL/lib/cli.js
    stage-packages: []
    stage: []
    prime: []
    build-packages: []
architectures:
- amd64
image-info:
  build-request-id: lp-112286595
  build-request-timestamp: '2026-05-13T19:45:11Z'
  build_url: https://launchpad.net/~openjs/+snap/node22/+build/3149624
build-packages: []
build-snaps: []
primed-stage-packages:
- libgcc-s1=12.3.0-1ubuntu1~22.04.3
- libstdc++6=12.3.0-1ubuntu1~22.04.3