aws-amplify-unicorntrivia-workshop icon indicating copy to clipboard operation
aws-amplify-unicorntrivia-workshop copied to clipboard

npm i doesn't work on node 12

Open kpx-dev opened this issue 5 years ago • 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

kpx-dev avatar Aug 15 '19 19:08 kpx-dev

This looks like a known issue 'IsNearDeath' with node 12. Screen Shot 2019-08-15 at 12 32 55 PM

Kejixu avatar Aug 15 '19 19:08 Kejixu

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

Further testing is needed

wizage avatar Aug 16 '19 16:08 wizage

Resolved it by updating the node-sass dependency

"node-sass": "^4.12.0"

montycheese avatar Mar 13 '20 06:03 montycheese