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
Tried running with-styled-jsx-postcss example. First ran yarn install then attempted yarn run dev but the following error occured.
yarn install
yarn run dev
Error in ./pages/index.js?entry Module build failed: TypeError: unknown: Duplicate declaration "_JSXStyle" 1 | import _JSXStyle from 'styled-jsx/style'; 2 | import React from 'react'; > 3 | import _JSXStyle from 'styled-jsx/style';
Node v7.5.0
The text was updated successfully, but these errors were encountered:
tried npm a well, no luck
Sorry, something went wrong.
also tried node v6.9.4
Duplicate: #964
No branches or pull requests
Tried running with-styled-jsx-postcss example. First ran
yarn install
then attemptedyarn run dev
but the following error occured.Node v7.5.0
The text was updated successfully, but these errors were encountered: