All Questions
502 questions
1
vote
1
answer
107
views
Expo CLI does not support Node.js 17+ (Legacy expo-cli)
I am trying to check my Expo CLI version using the command:expo --version
But I get this warning:
WARNING: The legacy expo-cli does not support Node +17.
Migrate to the new local Expo CLI: https://...
1
vote
1
answer
1k
views
Getting ReferenceError: ReadableStream is not defined, in node js v16.15.0
I am using nodejs version v16.15.0.
I am trying to use expo CLI.
I have installed using command
npx create-expo-app@latest DoneWithIt --template blank
Installation is successful, however when trying ...
1
vote
4
answers
4k
views
How to Fix 'Cannot find module lightningcss.win32-x64-msvc.node' Error in NativeWind?
How can I resolve this error and complete the setup for NativeWind? Any suggestions or solutions would be greatly appreciated.
Error: Cannot find module '../lightningcss.win32-x64-msvc.node' while ...
0
votes
1
answer
399
views
Error: Package "@react-native-firebase/firestore" does not contain a valid config plugin and ERR_UNSUPPORTED_DIR_IMPORT in Expo project
I’m working on an Expo project using @react-native-firebase/firestore. When I run npx expo-doctor, I encounter the following errors:
PluginError: Package "@react-native-firebase/firestore" ...
2
votes
2
answers
572
views
Expo React Native - Adding node_modules/react-native/cli.js. node_modules/react-native already exists in the file map as a file
I installed a NPM package, which then seemed to mess up my dependency environment, causing my app to crash on launch with the error:
Error: TreeFS: Could not add directory node_modules/react-native, ...
-1
votes
3
answers
3k
views
Build Fail Error using @react-native-community/cli
ERROR: autolinkLibrariesFromCommand: process cmd /c npx @react-native-community/cli config exited with error code: 1
FAILURE: Build failed with an exception.
* Where:
Settings file 'C:\Users\asif1\...
1
vote
0
answers
86
views
React Native Npm Install Error ERESOLVE could not resolve
React Native
I am trying to upgrade the node version of my react-native project
from node 14.20.0 to node >=18
I upgraded my local node version to 20.12.0 using nvm and set it to default
there's a ....
0
votes
0
answers
22
views
React-Native, initializing template won't stop
Initializing templateI was trying to create a project on react-native but it has been stuck on initializing project and it won't terminate.
I have tried YouTube and chatgpt but there was no solution. ...
0
votes
1
answer
1k
views
React Native installation via Expo giving multiple npm dependency errors
I am new to React Native. After running "npx create-expo-app@latest", npm is throwing multiple package related warnings.
npm warn deprecated [email protected]: This module is not supported, and ...
0
votes
0
answers
15
views
How can I create a extension from the interface inside of a external npm package in typescript?
in react-native typescript, I use a npm called react-native-sqlite-storage, that npm has a interface like this inside its node_modules
export interface SQLiteDatabase {
dbname: string;
...
-2
votes
1
answer
25
views
React Native package download issue
[I am getting this error. I have no issue working on react.js. The node is correctly installed as i can get the versions]
I am not also able to find the path for npm using which or whereis
[I tried ...
0
votes
0
answers
510
views
npx expo install --fix installs older version of SDK instead of latest
I have a very basic react native expo project which i want to run it on SDK 51.I get this error message on Iphone Expo gp app saying "the installed version of Expo GO is for SDK 51 , the project ...
2
votes
2
answers
2k
views
How can I resolve the 'ReferenceError: Request is not defined' error that occurs every time I run the npm start command?
I'm encountering a 'ReferenceError: Request is not defined' error every time I run npm start in my Node.js environment, and I suspect it's stemming from the environmental file "node_modules/@expo/...
0
votes
0
answers
58
views
Facing issue using npm install but yarn install is working fine
PS G:\React Native\IGram> npm install
npm ERR! code ERESOLVE
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-native
npm ...
0
votes
0
answers
403
views
Error when I try to install some npm or expo packages
I'm having a error when I try to install some packages from npm or npx.
This error happens on more than one machine, so I think I'm not the one that is facing this.
I created an app with expo (npx ...