Most voted "npx" questions
5 questions
Sort by count of
-
10
votes2
answers6959
viewsWhat is the difference between npm and npx?
I am studying React Activate and noticed that many places use the command: npx react-native run-android Why can’t I use the following command? npm react-native run-android And what’s the difference…
-
3
votes1
answer51
viewsIs there a way to specify a hash, version, or signature when running `npx` (from npm)?
I am creating a generator to generate some static HTML pages. However, I came across the situation of having to use the NPX to use the AMP Optimizer. I can execute the command as follows:…
-
1
votes1
answer49
viewsDoubt about use of npx together with npm
I have a question about the use of npx. When I use the npx to create a React project, it uses the Yarn to install the packages behind the scenes. I was wondering if you had any way of using the npx,…
-
0
votes0
answers130
viewscreate-React-app by only creating Node module and package.json
I have a problem trying to create an application with React. Using the command npx create-react-app only is created the node_modules and the package.json and no more template that should come. I…
-
0
votes1
answer102
viewsI can’t run create-React-app
When executing npx create-react-app my-app my terminal is not completed and at the end is created the folder that way: └─ my-app ├─ node_modules ├─ package.json └─ yarn.lock I’ve tried to npm…