What is the meaning…
 
Notifications
Clear all

What is the meaning of npx in npx creact-react-app command?

1 Posts
2 Users
0 Likes
586 Views
0
Topic starter

explain briefly

1 Answer
0

The command npm is used to download JavaScript packages from Node Package Manager, and npx is used to execute JavaScript packages downloaded this way. This command will download the NPM package create-react-app to a subdirectory of the current working directory named node_modules : npm install create-react-app.

Share: