-
-
Notifications
You must be signed in to change notification settings - Fork 608
Current postcss version is incompatible. #691
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
Comments
Can you find any solution? |
any solution. Im having root access to server
|
Oh guys, you are right, WIP |
@bkrajendra please read you stacktrace before post issue , add |
Get the same problem here, any update? |
I had a nasty looking bug in a docker version of my app that upgrading local.com | ERROR in ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader!./node_modules/sass-loader/lib/loader.js??ref--6-3!./node_modules/@custom/theme-loader/lib!./src/components/Form.scss
local.com | Module build failed: cwd gone missing
local.com | @ ./src/components/Checkout/components/Checkout/components/Form.scss 4:14-335 13:2-17:4 14:20-341
local.com | @ ./src/components/Checkout/components/Checkout/components/Form.jsx
local.com | @ ./src/components/Checkout/components/Checkout/components/Dialog.jsx
local.com | @ ./src/components/Checkout/components/Checkout/components/CartItems/components/CartItem/CartItem.jsx
local.com | @ ./src/components/Checkout/components/Checkout/components/CartItems/CartItems.jsx
local.com | @ ./src/components/Checkout/components/Checkout/Checkout.jsx
local.com | @ ./src/components/Checkout/containers/Checkout/Checkout.jsx
local.com | @ ./src/components/Checkout/routes/Checkout.jsx
local.com | @ ./src/registries/CheckoutRegistry.es6
local.com | @ ./devserver/components.es6
local.com | @ multi webpack-hot-middleware/client?reload=true ./devserver/components.es6
` |
Do you want to request a feature or report a bug?
I don't know, maybe a bug of css-loader or postcss-loader.
What is the current behavior?
What is the expected behavior?
Upgrade postcss version of css-loader to
^6.0.1
please, because another dependency of css-loader,postcss-modules-scope@^1.1.0
, relies on postcss@^6.0.1.And my problem may be fixed.
Please mention other relevant information such as your webpack version, Node.js version and Operating System.
The text was updated successfully, but these errors were encountered: