Skip to content

Instantly share code, notes, and snippets.

@Reinmar
Created January 26, 2016 13:33
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 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 lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
npm WARN prefer global jsonlint@1.6.2 should be installed with -g
> guppy-pre-commit@0.3.0 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
ckeditor5-core@0.0.1-0.dev /www/ckeditor5/ckeditor5-core
├─┬ git-guppy@1.0.1
│ ├── lodash@3.10.1
............
npm WARN ckeditor5-core@0.0.1-0.dev 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 lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
npm WARN prefer global jsonlint@1.6.2 should be installed with -g
> guppy-pre-commit@0.3.0 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
ckeditor5-core@0.0.1-0.dev /www/ckeditor5/ckeditor5-core
├─┬ git-guppy@1.0.1
│ ├── lodash@3.10.1
............
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