Logo
Explore Help
Sign In
nodejs/nodejs11
SHA256
6
0
Fork 0
You've already forked nodejs11
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
nodejs11/update_npm_tarball.sh

16 lines
293 B
Bash
Raw Permalink Normal View History

- Initial release of NodeJS 11.0.0 - Notable changes since NodeJS 10.12.0: * Use of process.binding() has been deprecated. * An experimental implementation of queueMicrotask() is added. * child_process: The default value of the windowsHide option has been changed to true. * deps: V8 has been updated to 7.0. * fs: + fs.read() method now requires a callback + The previously deprecated fs.SyncWriteStream utility has been removed * http: The http, https, and tls modules now use the WHATWG URL parser by default. * timers: nextTick queue will be run after each immediate and timer. * util: + WHATWG TextEncoder and TextDecoder are now globals. + util.inspect() output size is limited to 128 MB by default. + A runtime warning will be emitted when NODE_DEBUG is set for either http or http2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs11?expand=0&rev=1
2018-10-25 14:40:03 +00:00
#!/bin/bash
#
# Fetch npm module tarball that is required to run unit tests
# which are not provided by upstream tarball
#
# This is only needed for NodeJS 10.x+
#
set -e
tar Jxf node-v1*.tar.xz
cd node-v1*/tools/doc
npm i
cd ../..
exec tar Jcf ../node_modules.tar.xz tools/doc/node_modules
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 53ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API