postcss / postcss-calc

PostCSS plugin to reduce calc()
MIT License
215 stars 33 forks source link

Unable to install dependencies #65

Closed leimonio closed 5 years ago

leimonio commented 5 years ago

After cloning project locally, I'm not able to install the dependencies with yarn install.

Generated error: error Couldn't find package "@babel/cli" on the "npm" registry.

Seems like del-cli has a dependency on registry-auth-token which requires an auth token to complete npm related actions.

andyjansson commented 5 years ago

Sounds like an issue on your end. @babel/cli is very much on the npm registry. As for del-cli, it's a dev dependency, and is not required to use the package. As for requiring an auth token, no, it does not.