skip to Main Content

Reactjs is not installing through nodejs command prompt

I have installed the nodejs. However, when i run a command to install reactjs , it throws an error. command prompt: npx create-react-app my-app Error: node:internal/modules/cjs/loader:1080 throw err; ^ Error: Cannot find module 'D:nodenode_modulesnpmbinnpm-cli.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15) at Module._load (node:internal/modules/cjs/loader:922:27)…

VIEW QUESTION

Reactjs – my react js get installed first and get deleted

C:UsersasusDesktopabc> npx create-react react-app npm ERR! could not determine executable to run npm ERR! A complete log of this run can be found in: C:UsersasusAppDataLocalnpm-cache_logs2023-05-01T15_44_34_936Z-debug-0.log C:UsersasusDesktopabc>npx create-react-app my-cart Creating a new React app in C:UsersasusDesktopabcmy-cart. Installing packages. This might take…

VIEW QUESTION
Back To Top
Search