I've created a really simple Angular 4 library following this tutorial.
Everything is fine, except for the publishing part. When I run: npm publish dist
in console, I get this error:
You do not have permission to publish "dist". Are you logged in as the correct user? : dist
I am logged in as the correct user, so I don't know why this is happening.