You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(win10 environment)
npm i docsify-cli -g complete
but run
docsify init ./docs report an error :
'docsify' is not an internal or external command, nor is it a runnable program or batch file
i alse meet this erro when i run "docsify init docs" after running "npm i docsify-cli -g". it shows 'docsify' is not an internal or external command, nor is it a runnable program or batch file.
i see many people meet this question,But no answers to it.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
i alse meet this erro.
my env is ubuntu 20.04.1 , shell is zsh.
node -v
v14.15.3
npm -v
7.5.4
i try do this make it normal
1, make sure install docsify-cli complete, than go to intall path for check: xxx/nodejs/lib/node_modules/docsify-cli/bin
2, sudo ln -s /xxxx/nodejs/lib/node_modules/docsify-cli/bin/docsify /usr/local/bin/docsify
3, goto workspace , try docsify init ./docs again
I have also encountered this problem. First of all, I would like to thank @sy-records for your help and summarize the solutions for your reference
Important
If you've ever changed the default file path while installing Node.js, add node_global to the system path variable, for example D:\SoftwareDownloading\nodejs\node_global .
If the docsify -v version is not displayed after several attempts, switch to another terminal, for example, cmd、bash and so on.
Activity
sdfsdfsoo commentedon Jan 21, 2020
npm: '6.10.1'
sdfsdfsoo commentedon Jan 21, 2020
https://docsify.js.org/#/quickstart
This is the tutorial address
sdfsdfsoo commentedon Jan 21, 2020
docsify-cli@4.4.0
sy-records commentedon Nov 18, 2020
Are there any questions now?
VegeBun-csj commentedon Dec 12, 2020
i alse meet this erro when i run "docsify init docs" after running "npm i docsify-cli -g". it shows 'docsify' is not an internal or external command, nor is it a runnable program or batch file.
i see many people meet this question,But no answers to it.
sy-records commentedon Dec 12, 2020
I will check as soon as possible @VegeBun-csj
artemiseven commentedon Feb 20, 2021
i alse meet this erro.
my env is ubuntu 20.04.1 , shell is zsh.
node -v
v14.15.3
npm -v
7.5.4
i try do this make it normal
1, make sure install docsify-cli complete, than go to intall path for check: xxx/nodejs/lib/node_modules/docsify-cli/bin
2, sudo ln -s /xxxx/nodejs/lib/node_modules/docsify-cli/bin/docsify /usr/local/bin/docsify
3, goto workspace , try docsify init ./docs again
sy-records commentedon Feb 20, 2021
@artemiseven Are you Chinese? You can add my WeChat, I'll help you look at it
artemiseven commentedon Feb 23, 2021
嗯 , 如何加你的微信?
sy-records commentedon Feb 23, 2021
85464277
PDPENG commentedon Feb 20, 2022
I have also encountered this problem. First of all, I would like to thank @sy-records for your help and summarize the solutions for your reference
Important