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.
@digix/doxity@0.5.2
updated 1 package in 22.777s
┌───────────────────────────────────────────────────────────┐
│ 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
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