DigixGlobal / doxity

📑 Documentation Generator for Solidity
BSD 3-Clause "New" or "Revised" License
212 stars 59 forks source link

doxity: command not found #27

Closed Koroqe closed 6 years ago

Koroqe commented 6 years ago

Well, just trying to setup Doxity, then I getting this error. What could be wrong?

aleksei@aleksei-VirtualBox:~/project/number$ npm install --save-dev digix/doxity npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN Number@0.3.0 No repository field.

┌───────────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) /home/aleksei/.config │ └───────────────────────────────────────────────────────────┘ aleksei@aleksei-VirtualBox:~/project/number$ doxity build doxity: command not found

Koroqe commented 6 years ago

Solved by npm install --save-dev doxity