diplodoc-platform / cli

Lets make documentation on YFM
MIT License
114 stars 36 forks source link

Ошибка при установке #565

Closed sofit closed 1 year ago

sofit commented 1 year ago

Выполняю команду

npm i @diplodoc/cli -g npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@diplodoc%2fcli - Not found npm ERR! 404 npm ERR! 404 '@diplodoc/cli@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

sofit commented 1 year ago

видимо нужно ставить npm i @doc-tools/docs -g

moki commented 1 year ago

@sofit sorry for the late response, from now on cli is accessible via npm at the scope of the @diplodoc organization.

https://www.npmjs.com/package/@diplodoc/cli

please use:

npm i @diplodoc/cli -g
sofit commented 1 year ago

I want to build HTML pages from *.md files using diplodoc. Documentation says use @doc-tools/docs (https://diplodoc.com/docs/ru/tools/docs/). In this project i see @diplodoc/cli What is the difference?

moki commented 1 year ago

I want to build HTML pages from *.md files using diplodoc. Documentation says use @doc-tools/docs (https://diplodoc.com/docs/ru/tools/docs/). In this project i see @diplodoc/cli What is the difference?

sorry it is typo in the documentation

please use @diplodoc/cli package