pl12133 / react-solitaire

A game of Solitaire in React
http://pl12133.github.io/react-solitaire/
168 stars 51 forks source link

Can't install node module #3

Open WebExp0528 opened 4 years ago

WebExp0528 commented 4 years ago

image

pl12133 commented 4 years ago

@WebExp0528 it looks like the version of node-sass here is old, and is not compatible with NodeJS v12.

Can you try npm install --save node-sass@latest?

WebExp0528 commented 4 years ago

Thank you very much! Works well.

pl12133 commented 4 years ago

That's great news, I'll leave this issue open until I get a chance to update the package.json and commit the new version.