awslabs/aws-amplify-unicorntrivia-workshop

npm i doesn't work on node 12

kpx-dev opened this issue · 3 comments

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.
Screen Shot 2019-08-15 at 12 32 55 PM

This could be fixed in branch wizage-patch-3-web-branch

Further testing is needed

Resolved it by updating the node-sass dependency

"node-sass": "^4.12.0"