Skip to content

Instantly share code, notes, and snippets.

@Reinmar
Created January 26, 2016 13:33
Show Gist options
  • Save Reinmar/f69303b79157f2ca5764 to your computer and use it in GitHub Desktop.
Save Reinmar/f69303b79157f2ca5764 to your computer and use it in GitHub Desktop.
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core> npm set progress=false
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core> rm -rf ~/.npm && rm -rf node_modules/
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core> time npm install
npm WARN deprecated [email protected]: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
npm WARN prefer global [email protected] should be installed with -g
> [email protected] postinstall /www/ckeditor5/ckeditor5-core/node_modules/guppy-pre-commit
> guppy pre-commit
guppy: Installed git-hook: /www/ckeditor5/ckeditor5-core/.git/hooks/pre-commit
[email protected] /www/ckeditor5/ckeditor5-core
├─┬ [email protected]
│ ├── [email protected]
............
npm WARN [email protected] license should be a valid SPDX license expression
real 2m9.118s
user 0m19.541s
sys 0m5.497s
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core> rm -rf ~/.npm && rm -rf node_modules/
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core> npm set progress=true
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core> time npm install
npm WARN deprecated [email protected]: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
npm WARN prefer global [email protected] should be installed with -g
> [email protected] postinstall /www/ckeditor5/ckeditor5-core/node_modules/guppy-pre-commit
> guppy pre-commit
guppy: Installed git-hook: /www/ckeditor5/ckeditor5-core/.git/hooks/pre-commit
[email protected] /www/ckeditor5/ckeditor5-core
├─┬ [email protected]
│ ├── [email protected]
............
real 2m1.351s
user 0m25.305s
sys 0m5.792s
(master 041eec8) p@m /www/ckeditor5/ckeditor5-core>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment