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