Stephan Griesel

Results 4 comments of Stephan Griesel

Also having this same issue. Anyone got it working yet?

> Removing `node-sass` and installing `sass` solved this for me ``` npm uninstall node-sass npm i sass --save ```

Yep also getting the same, using pnpm 8.7.0.: "astro": "3.0.3" "astro-netlify-cms": "^0.5.2",

> ```diff > proxy = spawn('pnpx', ['netlify-cms-proxy-server'], { > ``` This also worked for me