This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************************************************************************************** | |
* 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', | |
}; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108054 verbose addNameRange registry:https://registry.npmjs.org/leven not in flight; fetching | |
108055 info install [email protected] | |
108056 info install [email protected] | |
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 ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
─[email protected] ~/projects/project-lepton [20:05:58] | |
╰─➤ node -v | |
v4.4.1 | |
╭─[email protected] ~/projects/project-lepton [20:06:00] | |
╰─➤ npm -v | |
2.14.20 | |
╭─[email protected] ~/projects/project-lepton [20:06:04] | |
╰─➤ sudo npm i -g angular-cli | |
npm WARN deprecated [email protected]: This package has been discontinued in favor of lodash@^4.0.0. | |
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. |