Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 532 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 532 Bytes

FE-BLOG

博客内容详见 Issues 或 github bloggitlab 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!