Skip to content

Instantly share code, notes, and snippets.

@flynnduism
Created November 16, 2018 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flynnduism/8f03f01138857e944da1afe40d516b48 to your computer and use it in GitHub Desktop.
Save flynnduism/8f03f01138857e944da1afe40d516b48 to your computer and use it in GitHub Desktop.
$ k logs helm-sh-01cweqyhww5ryv9h1bjqs4h8mw
## Installing the NodeSource Node.js 9.x repo...
## Populating apt-get cache...
+ apt-get update
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:3 http://deb.debian.org/debian stretch Release [118 kB]
Get:4 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B]
Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages [5152 B]
Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [459 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7089 kB]
Fetched 7859 kB in 5s (1537 kB/s)
Reading package lists...
## Installing packages required for setup: apt-transport-https lsb-release...
+ apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
## Confirming "stretch" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_9.x/dists/stretch/Release'
## Adding the NodeSource signing key to your keyring...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
## Creating apt sources list file for the NodeSource Node.js 9.x repo...
+ echo 'deb https://deb.nodesource.com/node_9.x stretch main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_9.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
## Running `apt-get update` for you...
+ apt-get update
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://deb.debian.org/debian stretch InRelease
Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Hit:4 http://deb.debian.org/debian stretch Release
Get:5 https://deb.nodesource.com/node_9.x stretch InRelease [4623 B]
Get:7 https://deb.nodesource.com/node_9.x stretch/main amd64 Packages [765 B]
Fetched 5388 B in 1s (3550 B/s)
Reading package lists...
## Run `sudo apt-get install -y nodejs` to install Node.js 9.x and npm
## You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 22 not upgraded.
Need to get 12.8 MB of archives.
After this operation, 62.5 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_9.x stretch/main amd64 nodejs amd64 9.11.2-1nodesource1 [12.8 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 12.8 MB in 1s (7429 kB/s)
Selecting previously unselected package nodejs.
(Reading database ... 29314 files and directories currently installed.)
Preparing to unpack .../nodejs_9.11.2-1nodesource1_amd64.deb ...
Unpacking nodejs (9.11.2-1nodesource1) ...
Setting up nodejs (9.11.2-1nodesource1) ...
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=1.0.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=0.2.14 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=2.0.10 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
/usr/bin/gulp -> /usr/lib/node_modules/gulp/bin/gulp.js
+ gulp@3.9.1
added 253 packages in 17.925s
Successfully installed bundler-1.17.1
1 gem installed
Successfully installed mini_portile2-2.3.0
Building native extensions. This could take a while...
Successfully installed nokogiri-1.8.1
2 gems installed
Your Ruby version is 2.3.8, but your Gemfile specified 2.3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment