npm i doesn't work on node 12
kpx-dev opened this issue · 3 comments
kpx-dev commented
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
Kejixu commented
wizage commented
This could be fixed in branch wizage-patch-3-web-branch
Further testing is needed
montycheese commented
Resolved it by updating the node-sass dependency
"node-sass": "^4.12.0"