thomvaill / log4brains

✍️ Log and publish your architecture decisions (ADR)
Apache License 2.0
1.13k stars 95 forks source link

Fix installation command #13

Closed koppor closed 3 years ago

koppor commented 3 years ago

When I try to install log4brains according to README.md, I get an error:

$ npm install -g @log4brains-cli @log4brains-web
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "@log4brains-cli": Tags may not have any characters that encodeURIComponent encodes.

When I use / instead of -, it seems to work.

This is also in line with the command line shown at https://www.npmjs.com/package/@log4brains/cli

image

thomvaill commented 3 years ago

Well spotted! Thanks