aws-amplify-unicorntrivia-workshop
aws-amplify-unicorntrivia-workshop copied to clipboard
npm i doesn't work on node 12
At the Client UI step, npm i
doesn't work on node v12.4.0
. It works on v10.16.2
https://github.com/awslabs/aws-amplify-unicorntrivia-workshop/tree/unicorn-trivia-web-workshop
This looks like a known issue 'IsNearDeath' with node 12.
Resolved it by updating the node-sass dependency
"node-sass": "^4.12.0"