博客内容详见 Issues 或 github blog 或 gitlab blog
开发环境开启服务器
npm i docsify-cli -g
docsify serve docs
env: ‘node\r’: No such file or directory
You can simply cd to /usr/local/lib/node_modules/docsify-cli/bin
and open docsify with vim
sudo vim docsify
then you can fix the line endings of the file with
:set ff=unix
then save and quit
:wq
and everything should be fine!