npx : The term ‘npx’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
- npx create-react-app
-
+ CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:UsersDebasmitaOneDriveDesktopDEBASMITAREACT> npx create-react-app my-app
npx : The term ‘npx’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
- npx create-react-app my-app
-
+ CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:UsersDebasmitaOneDriveDesktopDEBASMITAREACT>
Joyee Bhattacharyya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.