npm exited with non-zero code 4294967291

Hi,
I’m a complete beginner to React Native.
I first installed node.js 12.16.0 LTS, than expo by executing npm install -g expo-cli, it has been executed correctly.

Then I tried to create my first expo app or CRNA by executing the following script:
cd my_folder
expo init MoviesAndMe
I choosed a blank template.
After executing, I got the message npm exited with non-zero code 4294967291

When executing expo diagnostics I get the following:
Expo CLI 3.13.1 environment info:
System:
OS: Windows 8.1
Binarries:
npm 6.13.7 - C:\Users\BELHABICH\AppData\Roaming\npm\npm.CMD
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.6010548

Can somebody tell what is it? And how to handle it please?

Many thanks :slight_smile:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.