-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpx
61 lines (42 loc) · 2.08 KB
/
npx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Creating a new React app in E:\Projects\NewApp\easy-to-use-online-form\easy-to-use-online-form.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
> core-js@2.6.11 postinstall E:\Projects\NewApp\easy-to-use-online-form\easy-to-use-online-form\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js@3.6.5 postinstall E:\Projects\NewApp\easy-to-use-online-form\easy-to-use-online-form\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js-pure@3.6.5 postinstall E:\Projects\NewApp\easy-to-use-online-form\easy-to-use-online-form\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
+ react@16.13.1
+ react-scripts@3.4.1
+ react-dom@16.13.1
+ cra-template@1.0.3
added 1626 packages from 751 contributors and audited 1630 packages in 217.165s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Installing template dependencies using npm...
+ @testing-library/jest-dom@4.2.4
+ @testing-library/react@9.5.0
+ @testing-library/user-event@7.2.1
added 36 packages from 56 contributors and audited 1666 packages in 23.19s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Removing template package using npm...
removed 1 package and audited 1665 packages in 10.367s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Success! Created easy-to-use-online-form at E:\Projects\NewApp\easy-to-use-online-form\easy-to-use-online-form
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd easy-to-use-online-form
npm start
Happy hacking!