Skip to content
New issue

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

After ejecting, there is an error says 'No PostCSS Config found' #2

Open
joshua7v opened this issue Mar 22, 2017 · 2 comments
Open

Comments

@joshua7v
Copy link

I want to change the port, but can't figure out the right way.
so i ran the eject command, removed the react-app-styleguidist package and installed react-styleguidist instead. And here comes the error.

ERROR in ./~/css-loader?importLoaders=1!./~/postcss-loader!./src/index.css
Module build failed: Error: No PostCSS Config found in: ...../src
    at ...../node_modules/postcss-load-config/index.js:51:26
 @ ./src/index.css 4:14-130 13:2-17:4 14:20-136

ERROR in ./~/css-loader?importLoaders=1!./~/postcss-loader!./src/components/App.css
Module build failed: Error: No PostCSS Config found in: ...../src/components
    at ...../node_modules/postcss-load-config/index.js:51:26
 @ ./src/components/App.css 4:14-134 13:2-17:4 14:20-140
@just-boris
Copy link
Owner

Seems like recent updates in create-react-app had caused this.

Could you tell me version of react-scripts and react-styleguidist that you have?

@joshua7v
Copy link
Author

in my package.json

"react-scripts": "0.9.5"
"react-styleguidist": "^4.6.3"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants