chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Update node-sass to support newest versions of Node #190

Closed IvanSmiths closed 3 years ago

IvanSmiths commented 3 years ago

Hello there! I'm getting this error while using the script "yarn start" to start a local development.

error - ./style/scss/style.scss Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (83)

I'm using Node version v14.15.5.

robbieaverill commented 3 years ago

Hi there, it sounds like the build tools don't support node 14 yet. Could you try using node 12?

IvanSmiths commented 3 years ago

Hi and thanks for the quick response. I'll try it for sure, for now i'm going to see if i can find a workaround with version 14.

robbieaverill commented 3 years ago

Sounds good, I'll relabel this issue to update the build tools to support newer versions of node.

PaitoAnderson commented 3 years ago

@IvanSmiths This should be fixed now since this project was updating to Next 10, I was able to run yarn start with Windows 64-bit and Node version v14.17.1 without issue.

robbieaverill commented 3 years ago

Thanks team, reopen if necessary