DEV Community

Discussion on: Dotfiles - Shell Config

Collapse
 
rhamdeew profile image
Rail

Yes, you can)

Example:

run hexo version

npx hexo version
➜ npx hexo version
(node:90786) [DEP0061] DeprecationWarning: fs.SyncWriteStream is deprecated.
hexo: 3.9.0
hexo-cli: 2.0.0
os: Darwin 19.5.0 darwin x64
http_parser: 2.8.0
node: 10.16.3
v8: 6.8.275.32-node.54
uv: 1.28.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 64
nghttp2: 1.39.2
napi: 4
openssl: 1.1.1c
icu: 64.2
unicode: 12.1
cldr: 35.1
tz: 2019a

run hexo version --debug

npx hexo version --debug
➜ npx hexo version --debug
08:32:18.567 DEBUG Writing database to /Users/rail/Work/blogs/hmdwme_hexo/db.json
08:32:18.577 DEBUG Hexo version: 3.9.0
08:32:18.577 DEBUG Working directory: ~/Work/blogs/hmdwme_hexo/
08:32:18.626 DEBUG Config loaded: ~/Work/blogs/hmdwme_hexo/_config.yml
08:32:18.638 DEBUG Plugin loaded: hexo-all-minifier
08:32:18.639 DEBUG Plugin loaded: hexo-generator-archive
08:32:18.640 DEBUG Plugin loaded: hexo-generator-category
08:32:18.643 DEBUG Plugin loaded: hexo-generator-feed
08:32:18.644 DEBUG Plugin loaded: hexo-generator-index
08:32:18.645 DEBUG Plugin loaded: hexo-generator-sitemap
08:32:18.646 DEBUG Plugin loaded: hexo-generator-tag
08:32:18.647 DEBUG Plugin loaded: hexo-renderer-ejs
08:32:18.651 DEBUG Plugin loaded: hexo-renderer-marked
08:32:18.719 DEBUG Plugin loaded: hexo-renderer-stylus
08:32:18.754 DEBUG Plugin loaded: hexo-server
08:32:18.826 DEBUG Plugin loaded: hexo-deployer-git
(node:90673) [DEP0061] DeprecationWarning: fs.SyncWriteStream is deprecated.
08:32:18.839 DEBUG Script loaded: themes/hmdw/scripts/fancybox.js
hexo: 3.9.0
hexo-cli: 2.0.0
os: Darwin 19.5.0 darwin x64
http_parser: 2.8.0
node: 10.16.3
v8: 6.8.275.32-node.54
uv: 1.28.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 64
nghttp2: 1.39.2
napi: 4
openssl: 1.1.1c
icu: 64.2
unicode: 12.1
cldr: 35.1
tz: 2019a
08:32:18.842 DEBUG Database saved
Thread Thread
 
michaelcurrin profile image
Michael Currin

Thanks