1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| INFO Cloning hexo-starter https://github.com/hexojs/hexo-starter.git Cloning into '/Users/s/Documents/debug'... remote: Enumerating objects: 30, done. remote: Counting objects: 100% (30/30), done. remote: Compressing objects: 100% (24/24), done. remote: Total 161 (delta 12), reused 12 (delta 4), pack-reused 131 Receiving objects: 100% (161/161), 31.79 KiB | 262.00 KiB/s, done. Resolving deltas: 100% (74/74), done. Submodule 'themes/landscape' (https://github.com/hexojs/hexo-theme-landscape.git) registered for path 'themes/landscape' Cloning into '/Users/s/Documents/debug/themes/landscape'... remote: Enumerating objects: 1063, done. remote: Total 1063 (delta 0), reused 0 (delta 0), pack-reused 1063 Receiving objects: 100% (1063/1063), 3.21 MiB | 2.87 MiB/s, done. Resolving deltas: 100% (585/585), done. Submodule path 'themes/landscape': checked out '73a23c51f8487cfcd7c6deec96ccc7543960d350' INFO Install dependencies
> ejs@2.7.4 postinstall /Users/s/Documents/debug/node_modules/ejs > node ./postinstall.js
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
npm notice created a lockfile as package-lock.json. You should commit this file. added 254 packages from 454 contributors and audited 470 packages in 12.565s
5 packages are looking for funding run `npm fund` for details
found 1 low severity vulnerability run `npm audit fix` to fix them, or `npm audit` for details INFO Start blogging with Hexo!
|