You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All I've done is npm install from a project where this is working on Linux AND MacOS, but on Windows I'm getting this very frustrating error with running the command in the title:
error ENOTDIR invalid cwd C:\dev\<appName>\node_modules\react-native-interactable\android. Run CLI with --verbose flag for more details.
Error: ENOTDIR invalid cwd C:\dev\<appName>\node_modules\react-native-interactable\android
at GlobSync._readdirError (C:\dev\<appName>\node_modules\glob\sync.js:324:21)
at GlobSync._readdir (C:\dev\<appName>\node_modules\glob\sync.js:290:10)
at GlobSync._processGlobStar (C:\dev\<appName>\node_modules\glob\sync.js:350:22)
at GlobSync._process (C:\dev\<appName>\node_modules\glob\sync.js:130:10)
at new GlobSync (C:\dev\<appName>\node_modules\glob\sync.js:48:10)
at Function.globSync [as sync] (C:\dev\<appName>\node_modules\glob\sync.js:26:10)
at findManifest (C:\dev\<appName>\node_modules\@react-native-community\cli-platform-android\build\config\findManifest.js:38:40)
at Object.dependencyConfig (C:\dev\<appName>\node_modules\@react-native-community\cli-platform-android\build\config\index.js:106:135)
at C:\dev\<appName>\node_modules\react-native\node_modules\@react-native-community\cli\build\tools\config\index.js:67:61
at Array.reduce (<anonymous>)
What in the world is wrong here?
I'm running from master as well.
The text was updated successfully, but these errors were encountered:
All I've done is npm install from a project where this is working on Linux AND MacOS, but on Windows I'm getting this very frustrating error with running the command in the title:
What in the world is wrong here?
I'm running from master as well.
The text was updated successfully, but these errors were encountered: