react-solitaire
react-solitaire copied to clipboard
Can't install node module
trafficstars

@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?
Thank you very much! Works well.
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.