You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run npm install @storybook/cli I get the following error.
I could set strict-ssl = false, but I can't really do that beacuse its not safe.
npm info using npm@4.1.2
npm info using node@v7.7.4
npm verb request uri https://registry.npmjs.org/@storybook%2fcli
npm verb request no auth needed
npm info attempt registry request try #1 at 12:37:05
npm verb request id 6bd6d99e44b72a3e
npm verb etag W/"597f3b21-91e1"
npm verb lastModified Mon, 31 Jul 2017 14:13:53 GMT
npm http request GET https://registry.npmjs.org/@storybook%2fcli
npm info retry will retry, error on last attempt: Error: unable to get local issuer certificate
Do you not have a proper certificate or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
This sounds like something is wrong with your npm config or npm's certificate expired. Either that, or you're working behind a corporate proxy firewall and somehow they're stripping the ssl certificate.
When trying to run
npm install @storybook/cli
I get the following error.I could set strict-ssl = false, but I can't really do that beacuse its not safe.
Do you not have a proper certificate or am I doing something wrong?
The text was updated successfully, but these errors were encountered: