Skip to content

Instantly share code, notes, and snippets.

@gwmccubbin
Created March 19, 2020 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gwmccubbin/fad767ee87b06c587c195ca949adbc25 to your computer and use it in GitHub Desktop.
Save gwmccubbin/fad767ee87b06c587c195ca949adbc25 to your computer and use it in GitHub Desktop.
➜ test-folder n
installed : v10.5.0 (with npm 6.1.0)
➜ test-folder create-react-app -V
3.3.1
➜ test-folder npm install --global create-react-app@3.3.1
npm WARN deprecated mkdirp@0.5.3: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
/usr/local/bin/create-react-app -> /usr/local/lib/node_modules/create-react-app/index.js
+ create-react-app@3.3.1
updated 7 packages in 3.571s
➜ test-folder create-react-app blockchain-developer-bootcamp
Creating a new React app in /Users/gregory/code/test-folder/blockchain-developer-bootcamp.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
> fsevents@1.2.11 install /Users/gregory/code/test-folder/blockchain-developer-bootcamp/node_modules/jest-haste-map/node_modules/fsevents
> node-gyp rebuild
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
> fsevents@1.2.11 install /Users/gregory/code/test-folder/blockchain-developer-bootcamp/node_modules/watchpack/node_modules/fsevents
> node-gyp rebuild
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
> fsevents@1.2.11 install /Users/gregory/code/test-folder/blockchain-developer-bootcamp/node_modules/webpack-dev-server/node_modules/fsevents
> node-gyp rebuild
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
> core-js@2.6.11 postinstall /Users/gregory/code/test-folder/blockchain-developer-bootcamp/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js@3.6.4 postinstall /Users/gregory/code/test-folder/blockchain-developer-bootcamp/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
+ cra-template@1.0.2
+ react-scripts@3.4.0
+ react@16.13.0
+ react-dom@16.13.0
added 1775 packages from 768 contributors and audited 918958 packages in 54.284s
found 302 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Initialized a git repository.
Installing template dependencies using npm...
⸨ ░░░░░░░░░░░░░░░⸩ ⠋ loadDep:@babel/highlight: sill resolveWithNewModule has-flag@4.0.0 checking inst
> core-js-pure@3.6.4 postinstall /Users/gregory/code/test-folder/blockchain-developer-bootcamp/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
npm WARN eslint-config-react-app@5.2.0 requires a peer of eslint-plugin-flowtype@3.x but none is installed. You must install peer dependencies yourself.
npm WARN react-scripts@3.4.0 requires a peer of typescript@^3.2.1 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.2 requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
+ @testing-library/jest-dom@4.2.4
+ @testing-library/user-event@7.2.1
+ @testing-library/react@9.5.0
added 38 packages from 55 contributors and audited 919164 packages in 11.663s
found 302 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Removing template package using npm...
npm WARN eslint-config-react-app@5.2.0 requires a peer of eslint-plugin-flowtype@3.x but none is installed. You must install peer dependencies yourself.
npm WARN react-scripts@3.4.0 requires a peer of typescript@^3.2.1 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.2 requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
removed 1 package and audited 919163 packages in 8.774s
found 302 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Created git commit.
Success! Created blockchain-developer-bootcamp at /Users/gregory/code/test-folder/blockchain-developer-bootcamp
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 blockchain-developer-bootcamp
npm start
Happy hacking!
➜ test-folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment