If you’re doing an `npm publish` and you get the following error:
404 Not Found - PUT … <your package name@version> is not in this registry
It might be because you’re not logged in.
From terminal, run:
```
npm login
```
@aral I thought the error was running npm in the first place? /s
@sirobsidian Tsk, tsk :)