cd your_hexo_dir npm install hexo 阿拉的电脑已经安装过了,所以安装结果如下:
1 2 3 4 5 6 7 8
> npm install hexo npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/ npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
up to datein 2s
22 packages are looking for funding run `npm fund` for details
此时正常情况下可以使用 npm hexo server 或 npm run server 查看预览效果