python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Expo TypeError: undefined is not an object (evaluating '_app.default.apps')
I am working on an expo app and I published my app on the app store and play store.
The app works fine on the play store but crashed on the app store.App works fine while developing means working loca...
Bilal Yaqoob
Votes: 0
Answers: 0
how to solve mongoParseError in nodeModule?
this is output after run yarn start having this is the error:
`yarn run v1.22.17
warning ../../../package.json: No license field
$ ts-node index.ts
MongoParseError: Invalid scheme, expected connection...
Youmna Salloum
Votes: 0
Answers: 0
npm:relocation error: /lib64/libnode.so.93: symbol FIPS_selftest, version OPENSSL_1_1_0g not defined in file libcrypto.so.1.1 with link time reference
after installing nodejs, npm and yarn via yum install command whenever I try to run npm command I get the following error
node: relocation error: /lib64/libnode.so.93: symbol FIPS_selftest, version OP...
Dimitar Dimov
Votes: 0
Answers: 1
Difference between yarn versions
I've been using yarn 1.x for a while, installed with npm. Today, I wanted to use a plugin, which, after some research propted me to install something like yarn 3.x. I had no idea that there are other ...
TDiblik
Votes: 0
Answers: 1