We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing @storybook/react@3.3.3 there is a problem with package.json
npm install @storybook/react@3.3.3
Inspect ./node_modules/@storybook/react/package.json
./node_modules/@storybook/react/package.json
There is following property: "jsnext:main": "src/client/index.js",
"jsnext:main": "src/client/index.js",
Notice that the path src/client/index.js doesn't exist in the package tree. This is causing multiple issues like linting, building, etc...
src/client/index.js
All
The text was updated successfully, but these errors were encountered:
This is duplicate of #2627. Was already fixed, and will be released soon. Thanks =)
Sorry, something went wrong.
No branches or pull requests
Issue details
When installing @storybook/react@3.3.3 there is a problem with package.json
Steps to reproduce
npm install @storybook/react@3.3.3
Inspect
./node_modules/@storybook/react/package.json
There is following property:
"jsnext:main": "src/client/index.js",
Notice that the path
src/client/index.js
doesn't exist in the package tree. This is causing multiple issues like linting, building, etc...Please specify which version of Storybook and optionally any affected addons that you're running
Affected platforms
All
The text was updated successfully, but these errors were encountered: