Questions tagged [react.js]
15 questions
6
votes
2 answers
Module not found: Can't resolve 'uuid/v4'
I am a beginner in React programming and I was following this tutorial in Youtube: https://youtu.be/hQAHSlTtcmY and everything went well until it was required to install uuid library and after that when I run the page I get an error saying: "Failed…
Jokamutta
- 63
1
vote
1 answer
How to create a docker container with React
I’m trying to build a docker container that installs react and its dependencies and then replicates those installations on my machine, so I don’t have to install the dependencies every time I want to create an application. But for some reason I’m…
Lucas Macedo
- 11
1
vote
1 answer
Anyone knows what Framework used to build react native documentation or the react js documentation?
I was goind to start a documentation and I was in love with the documentation made by react js or the react native documentation which is really awesome. I wanna know what framework used to create the docs. Thanks guys.
Jenuel Ganawed
- 135
1
vote
0 answers
React JS - Different front-end results on simulator/real phone
I'm having a issue with the front end results on Android Studio simulator. There's different front-end results between the simulator and real phone, even matching the screen dimensions and Android version. Different spacings between the buttons,…
1
vote
0 answers
Create react app react-scripts error at start
I have problems with creating react apps with create-react-app.
Whenever I try to create one and actually run it with npm start I get this error
events.js:174
throw er; // Unhandled 'error' event
^
Error: spawn cmd ENOENT
at…
Gab Orel
- 11
0
votes
0 answers
React complains "error:25078067:DSO support routines:win32_load:could not load the shared library," no OpenSSL binaries have this library. How to fix?
I installed a Windows-compatible OpenSSL binary from Shining Light Productions and then used that binary in the Win64 OpenSSL Command Prompt to generate a certificate and key like so:
openssl req -nodes -new -x509 -keyout server.key -out…
user421241
0
votes
1 answer
multiple django + reactjs, two web server setting?
I have multiple project set
)WebApp_A
Django_A + ReactJs_A
)WebApp_B
Django_B + ReactJs_B
For now I am using apache for ReactJS_B and use nginx for Django_A
mydomain.com comes to Apache(ReactJS_A) and then localhost:8000(from ReactJS_A) comes to…
whitebear
- 755
0
votes
0 answers
app crashed while trim audio in react native error - video:0kB audio:476kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead:
I'm trying to trim audio file, don't get any error but app is crashed.
Last line of process is
video:0kB audio:476kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead:
Please help
0
votes
1 answer
Fan works hard while `yarn start`
I build websites with ReactJs, npm, yarn, etc.
When I do yarn start and check websites in development with localhost, the fan of my Mac works hard, and the noise is annoying.
Does anyone have any solution to smooth this?
SoftTimur
- 1,377
0
votes
2 answers
How to fix azure permission load page error?
This is my event log
2019-09-04T23:29:47 Welcome, you are now connected to log-streaming service. The default timeout is 2 hours. Change the timeout with the App Setting SCM_LOGSTREAM_TIMEOUT (in seconds).
IIS Detailed Error - 403.14 -…
0
votes
1 answer
create-react-app not create a project
the create-react-app install all dependencies (node_modules folder), create the package.json and yarn.lock files, but not create the app structure.
the cdm stop like in the image cmd.
what's the problem with it?
node version: 10.16.0
npm version:…
0
votes
2 answers
React native project
I have a problem with creating a new react native project, When I run
react-native init AwesomeApp
all I get is only (package.json and yarn-error.log) there is no iOS or Android folders in the command
This will walk you through creating a new…
MSH
- 1
0
votes
1 answer
Uncaught TypeError: ReactIs.isMemo is not a function
I upgraded to React version 16.0.1 and it throws the error "Uncaught TypeError: ReactIs.isMemo is not a function". I also upgraded react-redux v6.0.0
Amy
- 1
0
votes
1 answer
React projects no longer working
The index html file can display text upon testing but react components are not showing any data. All react projects were working perfectly before today. Thanks.
-1
votes
1 answer
ReactJS is not working
yarn start in reactJS is not working.
showing below things..
.
Error: watch /home/khiller/new-app/public ENOSPC
at _errnoException (util.js:1022:11)
at FSWatcher.start (fs.js:1382:19)
at Object.fs.watch (fs.js:1408:11)
at…
AKASH
- 1