Cannot build on OSX
bherila opened this issue · 6 comments
bherila commented
Due to yarnpkg/yarn#786
Suggest replacing yarn usage with just regular npm?
bherila commented
@altayaydemir this is still an issue
Would you take a PR for a package-lock.json if I were to make one? Or are you dead-set on yarn?
bherila commented
Thanks. FWIW, I've pretty much stopped using yarn due to this problem.
eduardonunesp commented
Yeah, not working o OSX, using npm
or yarn
the problem still there
ERROR in ./node_modules/css-loader?modules&importLoaders=2&localIdentName=[local]___[hash:base64:5]!./node_modules/postcss-loader!./src/app/components/Header/style.css
Module build failed: Error: No configuration provided for /Sandbox/ReputationHunt/src/app/components/Header/style.css
at module.exports (/Sandbox/ReputationHunt/node_modules/stylelint/lib/utils/configurationError.js:8:27)
at stylelint._fullExplorer.load.then.then.config (/Sandbox/ReputationHunt/node_modules/stylelint/lib/getConfigForFile.js:39:13)
at <anonymous>
@ ./src/app/components/Header/style.css 4:14-197 18:2-22:4 19:20-203
@ ./src/app/components/Header/index.tsx
@ ./src/app/components/index.tsx
@ ./src/app/containers/App/index.tsx
@ ./src/app/containers/index.tsx
@ ./src/app/routes/index.tsx
@ ./src/client.tsx
@ multi webpack-hot-middleware/client?reload=true ./src/client.tsx ./src/vendor/main.ts
chin2km commented
Any update on this yet?
bherila commented
Try upgrading yarn and npm, somehow it is working for me.