Expo eject : Source and destination must not be the same

Hi there,

I’m trying to eject my ReactNative project through expo eject --npm.
Everything is ok until this :

√ Created native project | gitignore already synced
√ Updated package.json and added index.js entry point for iOS and Android.

�📦 Using npm to install packages.

√ Cleaned JavaScript dependencies.
√ Installed JavaScript dependencies.
**Source and destination must not be the same.**

Source and destination must not be the same.
I’ve tried to delete node_modules folder, package-lock.json … But it’s always the same error

Can someone tell me why ?

Thank you !

Env

Expo CLI 4.0.13 environment info:
    System:
      OS: Windows 10 10.0.18363
    Binaries:
      Node: 14.15.3 
      Yarn: 1.22.4 
      npm: 6.14.9 
    SDKs:
      Android SDK:
        API Levels: 29
        Build Tools: 29.0.2
        System Images: android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom
    npmPackages:
      expo: ^38.0.10 => 38.0.10 
      react: ~16.11.0 => 16.11.0 
      react-dom: ^16.11.0 => 16.13.1 
      react-native: ~0.62.2 => 0.62.2 
      react-native-web: ^0.11.7 => 0.11.7 
      react-navigation: ^4.4.1 => 4.4.1 
    Expo Workflow: bare

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