## Login before update/publish Project

```
npm login
```

## Project update / npm package

```
npm publish --access public 
```
