should NOT have additional property 'nodeModulesPath'.

Good morning everyone!

I’ve been updating from sdk 41 → 43

Now im getting the error message above.
I have found other similar topics but I tried both:

npm install -g expo-cli

and

yarn global add expo-cli

but my Version stays the same.

Here is my expo diagnostics:

Expo CLI 3.23.3 environment info:
    System:
      OS: macOS 11.4
      Shell: 3.2.57 - /bin/sh
    Binaries:
      Node: 12.13.1 - /usr/local/bin/node
      Yarn: 1.22.0 - /usr/local/bin/yarn
      npm: 6.14.1 - /usr/local/bin/npm
      Watchman: 2021.10.11.00 - /usr/local/bin/watchman
    IDEs:
      Xcode: 13.0/13A233 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^43.0.1 => 43.0.1 
      react: 17.0.1 => 17.0.1 
      react-dom: 17.0.1 => 17.0.1 
      react-native: https://github.com/expo/react-native/archive/sdk-43.tar.gz => 0.64.2 
      react-native-web: 0.17.1 => 0.17.1 
      react-navigation: ^4.4.4 => 4.4.4 
    npmGlobalPackages:
      expo-cli: 4.12.10

Thanks for any kind of help

Hey @domi1904, it looks like your global npm package has the proper version. I would recommend trying to start from a clean slate by uninstalling expo-cli globally via yarn and npm.

Cheers,
Adam

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