Questions tagged [react.js]
16 questions
0
votes
0 answers
React app Yarn errors
I am following a React tutorial. I created a React app in Visual Code Studio using np create-react-app. I then entered yarn start. I got the following error,
Module not found: Error: Can't resolve. These are some of the errors listed in the index.js…
transpose
- 23
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
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