Skip to content

Instantly share code, notes, and snippets.

View mediaslave's full-sized avatar

Justin Palmer mediaslave

View GitHub Profile
/***********************************************************************************************
* User Configuration.
**********************************************************************************************/
/** Map relative paths to URLs. */
const map: any = {
'@angular2-material/core': 'vendor/@angular2-material/core/core.js',
'@angular2-material/toolbar': 'vendor/@angular2-material/toolbar/toolbar.js',
'@angular2-material/sidenav': 'vendor/@angular2-material/sidenav/sidenav.js',
'@angular2-material/icon': 'vendor/@angular2-material/icon/icon.js',
};
@mediaslave
mediaslave / log
Created April 27, 2016 03:42
npm-debug.log
This file has been truncated, but you can view the full file.
108054 verbose addNameRange registry:https://registry.npmjs.org/leven not in flight; fetching
108055 info install slash@1.0.0
108056 info install try-resolve@1.0.1
108057 silly gunzTarPerm extractEntry lib/tokenizer/index.js
108058 silly gunzTarPerm extractEntry js/main/debuggability.js
108059 silly gunzTarPerm modified mode [ 'js/main/debuggability.js', 436, 420 ]
108060 silly gunzTarPerm extractEntry js/main/race.js
108061 silly gunzTarPerm modified mode [ 'js/main/race.js', 436, 420 ]
108062 silly gunzTarPerm extractEntry js/main/context.js
108063 silly gunzTarPerm modified mode [ 'js/main/context.js', 436, 420 ]
─jpalmer@Seishin.lan ~/projects/project-lepton [20:05:58]
╰─➤ node -v
v4.4.1
╭─jpalmer@Seishin.lan ~/projects/project-lepton [20:06:00]
╰─➤ npm -v
2.14.20
╭─jpalmer@Seishin.lan ~/projects/project-lepton [20:06:04]
╰─➤ sudo npm i -g angular-cli
npm WARN deprecated lodash-node@2.4.1: This package has been discontinued in favor of lodash@^4.0.0.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.