-
Notifications
You must be signed in to change notification settings - Fork 84
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
Invalid configuration object #70
Comments
@stylesuxx first Thanks for Great Work! |
I also have this issue. So I install [email protected], it still cant work. Which webpack version should I install? Thank for your attention😊 |
Crap, I thought I had all webpack 2 related issues. Also this seems to be bubbling up from the base generator. Will check this asap. For now, installing [email protected] may solve the problem. |
I'm so sorry... when I exec
My package.json: "devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.9.0",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-es2015-native-modules": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"copyfiles": "^1.0.0",
"css-loader": "^0.26.0",
"enzyme": "^2.2.0",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.0.0",
"file-loader": "^0.9.0",
"karma": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^3.0.0",
"node-sass": "^3.7.0",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"postcss": "^5.0.21",
"postcss-loader": "^0.9.1",
"react-addons-test-utils": "^15.0.1",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"sinon": "^1.17.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack-dev-server": "^2.1.0-beta"
},
"dependencies": {
"cross-env": "^3.1.0",
"react": "^15.0.1",
"react-css-modules": "^3.7.10",
"react-dom": "^15.0.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"webpack": "^2.1.0-beta.6"
} The easiest way to avoid the issue without updating too much is to change dependency in package.json to |
@Mxxim me too |
ack this is happening for me too. |
I removed |
+1 |
In
Remove the property
And instead add a plugin that will configure the postcss loader:
Note that you have to add the postcss packages you want to use in the array in the
This issue has been solved in the base generator in this pull request, but it's part of the 4.0 release that still needs some work. All help would be appreciated! |
Hi there, I just installed the generator and created a new project with the following config:
Then ran
npm start
and got this error.OS - OSX El Capitan
Node - 7.6.0
NPM - 4.3.0
Yeoman - 1.8.5
If you need anymore details please let me know.
The text was updated successfully, but these errors were encountered: