search

Home  >  Q&A  >  body text

"Node +17 is not compatible with older versions of expo-cli"

<p>I have installed expo-cli and set environment variables. It gives the following error: </p> <p>The old version of expo-cli does not support Node 17. Please migrate to the versioned Expo CLI (npx expo). Uncaught Error: Error: EPERM: Operation not allowed, creating directory 'C:\Usersa.expo'</p> <p>Node version: v18.12.1 npm version: 9.1.3</p>
P粉709307865P粉709307865447 days ago555

reply all(1)I'll reply

  • P粉330232096

    P粉3302320962023-08-25 00:12:52

    I encountered the same error after installing a package. After some investigation, I noticed that the version system has expo dependency "^1.0.0". So I updated it to "npx expo upgrade" and my app worked fine. Before npx expo upgrade

    reply
    0
  • Cancelreply