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
Currently my build is failing due to the following error:
13:49:34 npm ERR! Linux 3.10.0-693.11.1.el7.x86_64
13:49:34 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
13:49:34 npm ERR! node v6.9.2
13:49:34 npm ERR! npm v3.10.9
13:49:34 npm ERR! code ETARGET
13:49:34
13:49:34 npm ERR! notarget No compatible version found: @storybook/[email protected]
13:49:34 npm ERR! notarget Valid install targets:
13:49:34 npm ERR! notarget 4.0.0-alpha.9, 4.0.0-alpha.8, 4.0.0-alpha.7, 4.0.0-alpha.6, 4.0.0-alpha.4, 4.0.0-alpha.3, 4.0.0-alpha.2, 4.0.0-alpha.1, 4.0.0-alpha.0, 3.4.7, 3.4.6, 3.4.5, 3.4.4, 3.4.3, 3.4.2, 3.4.1, 3.4.0, 3.4.0-rc.4, 3.4.0-rc.3, 3.4.0-rc.2, 3.4.0-rc.1, 3.4.0-rc.0, 3.4.0-alpha.9, 3.4.0-alpha.8, 3.4.0-alpha.7, 3.4.0-alpha.6, 3.4.0-alpha.5, 3.4.0-alpha.4, 3.4.0-alpha.3, 3.4.0-alpha.2, 3.4.0-alpha.1, 3.4.0-alpha.0, 3.3.3
13:49:34 npm ERR! notarget
13:49:34 npm ERR! notarget This is most likely not a problem with npm itself.
13:49:34 npm ERR! notarget In most cases you or one of your dependencies are requesting
13:49:34 npm ERR! notarget a package version that doesn't exist.
13:49:34 npm ERR! notarget
13:49:34 npm ERR! notarget It was specified as a dependency of '@storybook/react'
13:49:34 npm ERR! notarget
I've also tried to install through terminal but it returns same error:
$ npm i @storybook/[email protected]
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @storybook/[email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Could you please help me to resolve it.
The text was updated successfully, but these errors were encountered:
Hi guys,
Currently my build is failing due to the following error:
I've also tried to install through terminal but it returns same error:
Could you please help me to resolve it.
The text was updated successfully, but these errors were encountered: