Closed jinsuk312 closed 6 years ago
I just installed npx and ran npx create-react-app my-app
and I did not get any warnings.
Have you tried using npx? It seems to be the way to go for a quick start: https://github.com/facebook/create-react-app#creating-an-app
npm version: 6.1.0 node version: 8.11.2 npx version: 6.1.0
Thank you for your suggestion - I just tried installing npx globally and tried that command.
It has a similar output - giving me warning `Justins-MacBook-Air:CodeSmells jinsuk$ npx create-react-app yons
Creating a new React app in /Users/jinsuk/CodeSmells/yons.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts...
yarn add v1.7.0 info No lockfile found. [1/4] π Resolving packages... warning react-scripts > jest > jest-cli > istanbul-api > istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump [2/4] π Fetching packages... [3/4] π Linking dependencies... [4/4] π Building fresh packages... success Saved lockfile. success Saved 755 new dependencies. info Direct dependencies ββ react-dom@16.4.1 ββ react-scripts@1.1.4 ββ react@16.4.1 info All dependencies ... `
@jinsukmik this should be a safe warning to ignore. This package is used for counting coverage counts in unit tests and AFAIK it should work as expected.
Hello! After I try to create-react-app [project name], the terminal warns me that istanbul-lib-hook@1.2.1 should have a major version bump. This happens after [1/4] Resolving Packages...
HOW DO I FIX THIS warning react-scripts > jest > jest-cli > istanbul-api > istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump IF I CANT FIX THIS Is it okay if i cannot fix this? Would it be okay ignoring this?
NPM + NODE VERSION Justins-MacBook-Air:CodeSmells jinsuk$ npm -v 6.1.0 Justins-MacBook-Air:CodeSmells jinsuk$ node -v v8.11.3
TERMINAL OUTPUT BELOW Justins-MacBook-Air:codesmells jinsuk$ create-react-app testrun
Creating a new React app in /Users/jinsuk/CodeSmells/testrun.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts...
yarn add v1.7.0 info No lockfile found. [1/4] π Resolving packages... warning react-scripts > jest > jest-cli > istanbul-api > istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump [2/4] π Fetching packages... [3/4] π Linking dependencies... [4/4] π Building fresh packages... success Saved lockfile. success Saved 751 new dependencies. info Direct dependencies ββ react-dom@16.4.1 ββ react-scripts@1.1.4 ββ react@16.4.1 info All dependencies ββ abab@1.0.4 ββ abbrev@1.1.1 ββ acorn-dynamic-import@2.0.2 ββ acorn-globals@3.1.0 ββ acorn-jsx@3.0.1 ββ address@1.0.3 ββ ajv-keywords@2.1.1 ββ ajv@5.5.2 ββ align-text@0.1.4 ββ amdefine@1.0.1 ββ ansi-align@2.0.0 ββ ansi-escapes@1.4.0 ββ ansi-html@0.0.7 ββ ansi-regex@2.1.1 ββ ansi-styles@3.2.1 ββ append-transform@1.0.0 ββ aproba@1.2.0 ββ are-we-there-yet@1.1.5 ββ aria-query@0.7.1 ββ arr-flatten@1.1.0 ββ array-equal@1.0.0 ββ array-filter@0.0.1 ββ array-find-index@1.0.2 ββ array-flatten@1.1.1 ββ array-map@0.0.0 ββ array-reduce@0.0.0 ββ array-uniq@1.0.3 ββ arrify@1.0.1 ββ asn1.js@4.10.1 ββ asn1@0.2.3 ββ assert@1.4.1 ββ assign-symbols@1.0.0 ββ async@2.6.1 ββ asynckit@0.4.0 ββ atob@2.1.1 ββ autoprefixer@7.1.6 ββ aws-sign2@0.7.0 ββ aws4@1.7.0 ββ axobject-query@0.1.0 ββ babel-eslint@7.2.3 ββ babel-generator@6.26.1 ββ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 ββ babel-helper-builder-react-jsx@6.26.0 ββ babel-helper-call-delegate@6.24.1 ββ babel-helper-define-map@6.26.0 ββ babel-helper-explode-assignable-expression@6.24.1 ββ babel-helper-remap-async-to-generator@6.24.1 ββ babel-jest@20.0.3 ββ babel-plugin-check-es2015-constants@6.22.0 ββ babel-plugin-dynamic-import-node@1.1.0 ββ babel-plugin-jest-hoist@20.0.3 ββ babel-plugin-syntax-async-functions@6.13.0 ββ babel-plugin-syntax-class-properties@6.13.0 ββ babel-plugin-syntax-dynamic-import@6.18.0 ββ babel-plugin-syntax-exponentiation-operator@6.13.0 ββ babel-plugin-syntax-flow@6.18.0 ββ babel-plugin-syntax-jsx@6.18.0 ββ babel-plugin-syntax-object-rest-spread@6.13.0 ββ babel-plugin-syntax-trailing-function-commas@6.22.0 ββ babel-plugin-transform-async-to-generator@6.24.1 ββ babel-plugin-transform-class-properties@6.24.1 ββ babel-plugin-transform-es2015-arrow-functions@6.22.0 ββ babel-plugin-transform-es2015-block-scoped-functions@6.22.0 ββ babel-plugin-transform-es2015-block-scoping@6.26.0 ββ babel-plugin-transform-es2015-classes@6.24.1 ββ babel-plugin-transform-es2015-computed-properties@6.24.1 ββ babel-plugin-transform-es2015-destructuring@6.23.0 ββ babel-plugin-transform-es2015-duplicate-keys@6.24.1 ββ babel-plugin-transform-es2015-for-of@6.23.0 ββ babel-plugin-transform-es2015-function-name@6.24.1 ββ babel-plugin-transform-es2015-literals@6.22.0 ββ babel-plugin-transform-es2015-modules-amd@6.24.1 ββ babel-plugin-transform-es2015-modules-commonjs@6.26.2 ββ babel-plugin-transform-es2015-modules-systemjs@6.24.1 ββ babel-plugin-transform-es2015-modules-umd@6.24.1 ββ babel-plugin-transform-es2015-object-super@6.24.1 ββ babel-plugin-transform-es2015-parameters@6.24.1 ββ babel-plugin-transform-es2015-shorthand-properties@6.24.1 ββ babel-plugin-transform-es2015-spread@6.22.0 ββ babel-plugin-transform-es2015-sticky-regex@6.24.1 ββ babel-plugin-transform-es2015-template-literals@6.22.0 ββ babel-plugin-transform-es2015-typeof-symbol@6.23.0 ββ babel-plugin-transform-es2015-unicode-regex@6.24.1 ββ babel-plugin-transform-exponentiation-operator@6.24.1 ββ babel-plugin-transform-flow-strip-types@6.22.0 ββ babel-plugin-transform-object-rest-spread@6.26.0 ββ babel-plugin-transform-react-constant-elements@6.23.0 ββ babel-plugin-transform-react-display-name@6.25.0 ββ babel-plugin-transform-react-jsx-self@6.22.0 ββ babel-plugin-transform-react-jsx-source@6.22.0 ββ babel-plugin-transform-react-jsx@6.24.1 ββ babel-plugin-transform-regenerator@6.26.0 ββ babel-plugin-transform-runtime@6.23.0 ββ babel-plugin-transform-strict-mode@6.24.1 ββ babel-preset-env@1.6.1 ββ babel-preset-flow@6.23.0 ββ babel-preset-jest@20.0.3 ββ babel-preset-react-app@3.1.1 ββ babel-preset-react@6.24.1 ββ base@0.11.2 ββ base64-js@1.3.0 ββ batch@0.6.1 ββ bcrypt-pbkdf@1.0.1 ββ binary-extensions@1.11.0 ββ bluebird@3.5.1 ββ body-parser@1.18.2 ββ bonjour@3.5.0 ββ boxen@1.3.0 ββ brace-expansion@1.1.11 ββ braces@2.3.2 ββ browser-resolve@1.11.2 ββ browserify-aes@1.2.0 ββ browserify-cipher@1.0.1 ββ browserify-des@1.0.1 ββ browserify-sign@4.0.4 ββ browserify-zlib@0.2.0 ββ browserslist@1.7.7 ββ bser@2.0.0 ββ buffer-from@1.1.0 ββ buffer-indexof@1.1.1 ββ buffer-xor@1.0.3 ββ buffer@4.9.1 ββ builtin-modules@1.1.1 ββ builtin-status-codes@3.0.0 ββ cache-base@1.0.1 ββ caller-path@0.1.0 ββ callsites@2.0.0 ββ camel-case@3.0.0 ββ camelcase-keys@2.1.0 ββ caniuse-api@1.6.1 ββ caniuse-db@1.0.30000856 ββ caniuse-lite@1.0.30000856 ββ capture-stack-trace@1.0.0 ββ case-sensitive-paths-webpack-plugin@2.1.1 ββ caseless@0.12.0 ββ center-align@0.1.3 ββ chardet@0.4.2 ββ chokidar@1.7.0 ββ chownr@1.0.1 ββ ci-info@1.1.3 ββ circular-json@0.3.3 ββ clap@1.2.3 ββ class-utils@0.3.6 ββ clean-css@4.1.11 ββ cli-boxes@1.0.0 ββ cli-cursor@2.1.0 ββ cli-width@2.2.0 ββ clone@1.0.4 ββ co@4.6.0 ββ coa@1.0.4 ββ code-point-at@1.1.0 ββ collection-visit@1.0.0 ββ color-convert@1.9.2 ββ color-name@1.1.1 ββ color-string@0.3.0 ββ color@0.11.4 ββ colormin@1.1.2 ββ colors@1.1.2 ββ combined-stream@1.0.6 ββ compare-versions@3.3.0 ββ compressible@2.0.14 ββ compression@1.7.2 ββ concat-map@0.0.1 ββ concat-stream@1.6.2 ββ configstore@3.1.2 ββ connect-history-api-fallback@1.5.0 ββ console-browserify@1.1.0 ββ console-control-strings@1.1.0 ββ constants-browserify@1.0.0 ββ contains-path@0.1.0 ββ content-disposition@0.5.2 ββ content-type-parser@1.0.2 ββ convert-source-map@1.5.1 ββ cookie-signature@1.0.6 ββ cookie@0.3.1 ββ copy-descriptor@0.1.1 ββ core-js@2.5.7 ββ core-util-is@1.0.2 ββ cosmiconfig@2.2.2 ββ create-ecdh@4.0.3 ββ create-error-class@3.0.2 ββ create-hmac@1.1.7 ββ cross-spawn@5.1.0 ββ crypto-browserify@3.12.0 ββ crypto-random-string@1.0.0 ββ css-color-names@0.0.4 ββ css-loader@0.28.7 ββ css-select@1.2.0 ββ css-what@2.1.0 ββ cssesc@0.1.0 ββ cssnano@3.10.0 ββ csso@2.3.2 ββ cssom@0.3.2 ββ cssstyle@0.2.37 ββ currently-unhandled@0.4.1 ββ damerau-levenshtein@1.0.4 ββ dashdash@1.14.1 ββ date-now@0.1.4 ββ debug@2.6.9 ββ decode-uri-component@0.2.0 ββ deep-equal@1.0.1 ββ deep-extend@0.6.0 ββ deep-is@0.1.3 ββ default-require-extensions@2.0.0 ββ define-properties@1.1.2 ββ defined@1.0.0 ββ del@2.2.2 ββ delayed-stream@1.0.0 ββ delegates@1.0.0 ββ des.js@1.0.0 ββ destroy@1.0.4 ββ detect-indent@4.0.0 ββ detect-libc@1.0.3 ββ detect-node@2.0.3 ββ detect-port-alt@1.1.6 ββ diff@3.5.0 ββ diffie-hellman@5.0.3 ββ dns-equal@1.0.0 ββ dns-packet@1.3.1 ββ dns-txt@2.0.2 ββ dom-converter@0.1.4 ββ dom-serializer@0.1.0 ββ dom-urls@1.1.0 ββ domain-browser@1.2.0 ββ domhandler@2.1.0 ββ domutils@1.1.6 ββ dot-prop@4.2.0 ββ dotenv-expand@4.2.0 ββ dotenv@4.0.0 ββ duplexer@0.1.1 ββ duplexer3@0.1.4 ββ ecc-jsbn@0.1.1 ββ ee-first@1.1.1 ββ electron-to-chromium@1.3.48 ββ emoji-regex@6.5.1 ββ encoding@0.1.12 ββ enhanced-resolve@3.4.1 ββ entities@1.1.1 ββ errno@0.1.7 ββ error-ex@1.3.1 ββ es-abstract@1.12.0 ββ es-to-primitive@1.1.1 ββ es6-map@0.1.5 ββ es6-promise@4.2.4 ββ es6-set@0.1.5 ββ es6-symbol@3.1.1 ββ es6-weak-map@2.0.2 ββ escodegen@1.10.0 ββ escope@3.6.0 ββ eslint-config-react-app@2.1.0 ββ eslint-import-resolver-node@0.3.2 ββ eslint-loader@1.9.0 ββ eslint-module-utils@2.2.0 ββ eslint-plugin-flowtype@2.39.1 ββ eslint-plugin-import@2.8.0 ββ eslint-plugin-jsx-a11y@5.1.1 ββ eslint-plugin-react@7.4.0 ββ eslint-scope@3.7.1 ββ eslint@4.10.0 ββ espree@3.5.4 ββ esprima@4.0.0 ββ esquery@1.0.1 ββ eventemitter3@3.1.0 ββ events@1.1.1 ββ eventsource@0.1.6 ββ exec-sh@0.2.1 ββ expand-brackets@0.1.5 ββ expand-range@1.8.2 ββ expand-tilde@2.0.2 ββ express@4.16.3 ββ extend@3.0.1 ββ external-editor@2.2.0 ββ extglob@0.3.2 ββ extract-text-webpack-plugin@3.0.2 ββ extsprintf@1.3.0 ββ fast-deep-equal@1.1.0 ββ fast-levenshtein@2.0.6 ββ fastparse@1.1.1 ββ faye-websocket@0.10.0 ββ fb-watchman@2.0.0 ββ figures@2.0.0 ββ file-entry-cache@2.0.0 ββ file-loader@1.1.5 ββ filename-regex@2.0.1 ββ fileset@2.0.3 ββ filesize@3.5.11 ββ fill-range@4.0.0 ββ finalhandler@1.1.1 ββ find-cache-dir@1.0.0 ββ flat-cache@1.3.0 ββ flatten@1.0.2 ββ follow-redirects@1.5.0 ββ for-in@1.0.2 ββ for-own@0.1.5 ββ foreach@2.0.5 ββ forever-agent@0.6.1 ββ form-data@2.3.2 ββ forwarded@0.1.2 ββ fs-extra@3.0.1 ββ fs-minipass@1.2.5 ββ fs.realpath@1.0.0 ββ fsevents@1.2.4 ββ functional-red-black-tree@1.0.1 ββ gauge@2.7.4 ββ get-stdin@4.0.1 ββ get-value@2.0.6 ββ getpass@0.1.7 ββ glob-base@0.3.0 ββ global-dirs@0.1.1 ββ global-modules@1.0.0 ββ global-prefix@1.0.2 ββ globals@9.18.0 ββ globby@5.0.0 ββ got@6.7.1 ββ growly@1.3.0 ββ gzip-size@3.0.0 ββ handle-thing@1.2.5 ββ handlebars@4.0.11 ββ har-schema@2.0.0 ββ har-validator@5.0.3 ββ has-ansi@2.0.0 ββ has-flag@1.0.0 ββ has-unicode@2.0.1 ββ has-value@1.0.0 ββ has-values@1.0.0 ββ hash.js@1.1.4 ββ he@1.1.1 ββ hmac-drbg@1.0.1 ββ home-or-tmp@2.0.0 ββ hosted-git-info@2.6.0 ββ hpack.js@2.1.6 ββ html-comment-regex@1.1.1 ββ html-encoding-sniffer@1.0.2 ββ html-entities@1.2.1 ββ html-minifier@3.5.16 ββ html-webpack-plugin@2.29.0 ββ htmlparser2@3.3.0 ββ http-deceiver@1.2.7 ββ http-parser-js@0.4.13 ββ http-proxy-middleware@0.17.4 ββ http-proxy@1.17.0 ββ http-signature@1.2.0 ββ https-browserify@1.0.0 ββ icss-replace-symbols@1.1.0 ββ icss-utils@2.1.0 ββ ieee754@1.1.12 ββ ignore-walk@3.0.1 ββ ignore@3.3.8 ββ import-lazy@2.1.0 ββ import-local@0.1.1 ββ indent-string@2.1.0 ββ indexes-of@1.0.1 ββ indexof@0.0.1 ββ inflight@1.0.6 ββ inquirer@3.3.0 ββ internal-ip@1.2.0 ββ interpret@1.1.0 ββ invert-kv@1.0.0 ββ ip@1.1.5 ββ ipaddr.js@1.6.0 ββ is-absolute-url@2.1.0 ββ is-accessor-descriptor@1.0.0 ββ is-arrayish@0.2.1 ββ is-callable@1.1.3 ββ is-data-descriptor@1.0.0 ββ is-date-object@1.0.1 ββ is-descriptor@1.0.2 ββ is-directory@0.3.1 ββ is-dotfile@1.0.3 ββ is-equal-shallow@0.1.3 ββ is-finite@1.0.2 ββ is-installed-globally@0.1.0 ββ is-npm@1.0.0 ββ is-obj@1.0.1 ββ is-odd@2.0.0 ββ is-plain-obj@1.1.0 ββ is-plain-object@2.0.4 ββ is-posix-bracket@0.1.1 ββ is-primitive@2.0.0 ββ is-promise@2.1.0 ββ is-redirect@1.0.0 ββ is-regex@1.0.4 ββ is-resolvable@1.1.0 ββ is-retry-allowed@1.1.0 ββ is-root@1.0.0 ββ is-stream@1.1.0 ββ is-svg@2.1.0 ββ is-symbol@1.0.1 ββ is-typedarray@1.0.0 ββ is-utf8@0.2.1 ββ is-windows@1.0.2 ββ isarray@1.0.0 ββ isexe@2.0.0 ββ isomorphic-fetch@2.2.1 ββ isstream@0.1.2 ββ istanbul-api@1.3.1 ββ istanbul-lib-hook@1.2.1 ββ istanbul-lib-report@1.1.4 ββ istanbul-lib-source-maps@1.2.3 ββ istanbul-reports@1.3.0 ββ jest-changed-files@20.0.3 ββ jest-cli@20.0.4 ββ jest-environment-node@20.0.3 ββ jest-matchers@20.0.3 ββ jest-resolve-dependencies@20.0.3 ββ jest-runtime@20.0.4 ββ jest@20.0.4 ββ js-base64@2.4.5 ββ js-tokens@3.0.2 ββ js-yaml@3.12.0 ββ jsdom@9.12.0 ββ jsesc@1.3.0 ββ json-loader@0.5.7 ββ json-schema-traverse@0.3.1 ββ json-schema@0.2.3 ββ json-stringify-safe@5.0.1 ββ json3@3.3.2 ββ jsonfile@3.0.1 ββ jsprim@1.4.1 ββ jsx-ast-utils@1.4.1 ββ killable@1.0.0 ββ klaw@1.3.1 ββ latest-version@3.1.0 ββ lazy-cache@1.0.4 ββ levn@0.3.0 ββ load-json-file@1.1.0 ββ loader-fs-cache@1.0.1 ββ loader-runner@2.3.0 ββ locate-path@2.0.0 ββ lodash.camelcase@4.3.0 ββ lodash.cond@4.5.2 ββ lodash.defaults@4.2.0 ββ lodash.memoize@4.1.2 ββ lodash.template@4.4.0 ββ lodash.templatesettings@4.1.0 ββ lodash.uniq@4.5.0 ββ loglevel@1.6.1 ββ longest@1.0.1 ββ loud-rejection@1.6.0 ββ lower-case@1.1.4 ββ lowercase-keys@1.0.1 ββ lru-cache@4.1.3 ββ makeerror@1.0.11 ββ map-obj@1.0.1 ββ map-visit@1.0.0 ββ math-expression-evaluator@1.2.17 ββ math-random@1.0.1 ββ media-typer@0.3.0 ββ mem@1.1.0 ββ memory-fs@0.4.1 ββ meow@3.7.0 ββ merge-descriptors@1.0.1 ββ merge@1.2.0 ββ methods@1.1.2 ββ micromatch@2.3.11 ββ miller-rabin@4.0.1 ββ mime-db@1.34.0 ββ mime-types@2.1.18 ββ mime@1.6.0 ββ minimalistic-crypto-utils@1.0.1 ββ minimatch@3.0.4 ββ minimist@1.2.0 ββ minizlib@1.1.0 ββ mixin-deep@1.3.1 ββ multicast-dns-service-types@1.1.0 ββ multicast-dns@6.2.3 ββ mute-stream@0.0.7 ββ nan@2.10.0 ββ nanomatch@1.2.9 ββ needle@2.2.1 ββ negotiator@0.6.1 ββ neo-async@2.5.1 ββ next-tick@1.0.0 ββ node-fetch@1.7.3 ββ node-forge@0.7.5 ββ node-libs-browser@2.1.0 ββ node-notifier@5.2.1 ββ node-pre-gyp@0.10.0 ββ nopt@4.0.1 ββ normalize-package-data@2.4.0 ββ normalize-path@2.1.1 ββ normalize-url@1.9.1 ββ npm-bundled@1.0.3 ββ npm-packlist@1.1.10 ββ npm-run-path@2.0.2 ββ npmlog@4.1.2 ββ nth-check@1.0.1 ββ nwmatcher@1.4.4 ββ oauth-sign@0.8.2 ββ object-copy@0.1.0 ββ object-hash@1.3.0 ββ object-keys@1.0.11 ββ object.omit@2.0.1 ββ obuf@1.1.2 ββ on-headers@1.0.1 ββ onetime@2.0.1 ββ opn@5.2.0 ββ optimist@0.6.1 ββ optionator@0.8.2 ββ original@1.0.1 ββ os-browserify@0.3.0 ββ os-homedir@1.0.2 ββ os-tmpdir@1.0.2 ββ osenv@0.1.5 ββ p-finally@1.0.0 ββ p-limit@1.3.0 ββ p-locate@2.0.0 ββ p-try@1.0.0 ββ package-json@4.0.1 ββ pako@1.0.6 ββ param-case@2.1.1 ββ parse-glob@3.0.4 ββ parse-passwd@1.0.0 ββ parse5@1.5.1 ββ pascalcase@0.1.1 ββ path-browserify@0.0.0 ββ path-dirname@1.0.2 ββ path-exists@2.1.0 ββ path-is-inside@1.0.2 ββ path-key@2.0.1 ββ path-to-regexp@0.1.7 ββ path-type@1.1.0 ββ pinkie@2.0.4 ββ pluralize@7.0.0 ββ portfinder@1.0.13 ββ posix-character-classes@0.1.1 ββ postcss-calc@5.3.1 ββ postcss-colormin@2.2.2 ββ postcss-convert-values@2.6.1 ββ postcss-discard-comments@2.0.4 ββ postcss-discard-duplicates@2.1.0 ββ postcss-discard-empty@2.1.0 ββ postcss-discard-overridden@0.1.1 ββ postcss-discard-unused@2.2.3 ββ postcss-filter-plugins@2.0.3 ββ postcss-flexbugs-fixes@3.2.0 ββ postcss-load-config@1.2.0 ββ postcss-load-options@1.2.0 ββ postcss-load-plugins@2.3.0 ββ postcss-loader@2.0.8 ββ postcss-merge-idents@2.1.7 ββ postcss-merge-longhand@2.0.2 ββ postcss-merge-rules@2.1.2 ββ postcss-message-helpers@2.0.0 ββ postcss-minify-font-values@1.0.5 ββ postcss-minify-gradients@1.0.5 ββ postcss-minify-params@1.2.2 ββ postcss-minify-selectors@2.1.1 ββ postcss-modules-extract-imports@1.1.0 ββ postcss-modules-local-by-default@1.2.0 ββ postcss-modules-scope@1.1.0 ββ postcss-modules-values@1.3.0 ββ postcss-normalize-charset@1.1.1 ββ postcss-normalize-url@3.0.8 ββ postcss-ordered-values@2.2.3 ββ postcss-reduce-idents@2.4.0 ββ postcss-reduce-initial@1.0.1 ββ postcss-reduce-transforms@1.0.4 ββ postcss-selector-parser@2.2.3 ββ postcss-svgo@2.1.6 ββ postcss-unique-selectors@2.0.2 ββ postcss-zindex@2.2.0 ββ prepend-http@1.0.4 ββ preserve@0.2.0 ββ pretty-bytes@4.0.2 ββ pretty-error@2.1.1 ββ private@0.1.8 ββ process-nextick-args@2.0.0 ββ process@0.11.10 ββ progress@2.0.0 ββ promise@8.0.1 ββ prop-types@15.6.1 ββ proxy-addr@2.0.3 ββ prr@1.0.1 ββ pseudomap@1.0.2 ββ psl@1.1.28 ββ public-encrypt@4.0.2 ββ q@1.5.1 ββ query-string@4.3.4 ββ querystring-es3@0.2.1 ββ querystring@0.2.0 ββ querystringify@2.0.0 ββ raf@3.4.0 ββ randomatic@3.0.0 ββ randomfill@1.0.4 ββ raw-body@2.3.2 ββ rc@1.2.8 ββ react-dev-utils@5.0.1 ββ react-dom@16.4.1 ββ react-error-overlay@4.0.0 ββ react-scripts@1.1.4 ββ react@16.4.1 ββ read-pkg@1.1.0 ββ recursive-readdir@2.2.1 ββ redent@1.0.0 ββ reduce-css-calc@1.3.0 ββ reduce-function-call@1.0.2 ββ regenerator-runtime@0.11.1 ββ regenerator-transform@0.10.1 ββ regex-cache@0.4.4 ββ regexpu-core@1.0.0 ββ registry-auth-token@3.3.2 ββ registry-url@3.1.0 ββ relateurl@0.2.7 ββ remove-trailing-separator@1.1.0 ββ renderkid@2.0.1 ββ request@2.87.0 ββ require-from-string@1.2.1 ββ require-uncached@1.0.3 ββ resolve-cwd@2.0.0 ββ resolve-dir@1.0.1 ββ resolve-from@1.0.1 ββ resolve-url@0.2.1 ββ resolve@1.7.1 ββ restore-cursor@2.0.0 ββ ret@0.1.15 ββ right-align@0.1.3 ββ run-async@2.3.0 ββ rx-lite-aggregates@4.0.8 ββ rx-lite@4.0.8 ββ safer-buffer@2.1.2 ββ sane@1.6.0 ββ sax@1.2.4 ββ select-hose@2.0.0 ββ selfsigned@1.10.3 ββ semver-diff@2.1.0 ββ semver@5.5.0 ββ serve-index@1.9.1 ββ serve-static@1.13.2 ββ serviceworker-cache-polyfill@4.0.0 ββ set-blocking@2.0.0 ββ set-immediate-shim@1.0.1 ββ set-value@2.0.0 ββ setimmediate@1.0.5 ββ shebang-command@1.2.0 ββ shebang-regex@1.0.0 ββ shell-quote@1.6.1 ββ shellwords@0.1.1 ββ slice-ansi@1.0.0 ββ snapdragon-node@2.1.1 ββ snapdragon-util@3.0.1 ββ sockjs@0.3.18 ββ sort-keys@1.1.2 ββ source-map-resolve@0.5.2 ββ source-map-support@0.4.18 ββ source-map-url@0.4.0 ββ spdx-correct@3.0.0 ββ spdx-exceptions@2.1.0 ββ spdy-transport@2.1.0 ββ spdy@3.4.7 ββ split-string@3.1.0 ββ sprintf-js@1.0.3 ββ sshpk@1.14.2 ββ static-extend@0.1.2 ββ stream-browserify@2.0.1 ββ stream-http@2.8.3 ββ strict-uri-encode@1.1.0 ββ string_decoder@1.1.1 ββ string-length@1.0.1 ββ string-width@2.1.1 ββ strip-eof@1.0.0 ββ strip-indent@1.0.1 ββ strip-json-comments@2.0.1 ββ style-loader@0.19.0 ββ supports-color@3.2.3 ββ svgo@0.7.2 ββ sw-precache-webpack-plugin@0.11.4 ββ sw-precache@5.2.1 ββ sw-toolbox@3.6.0 ββ symbol-tree@3.2.2 ββ table@4.0.3 ββ tar@4.4.4 ββ term-size@1.2.0 ββ test-exclude@4.2.1 ββ text-table@0.2.0 ββ throat@3.2.0 ββ through@2.3.8 ββ thunky@1.0.2 ββ time-stamp@2.0.0 ββ timed-out@4.0.1 ββ timers-browserify@2.0.10 ββ tmp@0.0.33 ββ tmpl@1.0.4 ββ to-arraybuffer@1.0.1 ββ to-fast-properties@1.0.3 ββ to-regex-range@2.1.1 ββ toposort@1.0.7 ββ tough-cookie@2.4.2 ββ tr46@0.0.3 ββ trim-newlines@1.0.0 ββ trim-right@1.0.1 ββ tty-browserify@0.0.0 ββ tunnel-agent@0.6.0 ββ tweetnacl@0.14.5 ββ type-is@1.6.16 ββ typedarray@0.0.6 ββ ua-parser-js@0.7.18 ββ uglify-js@2.8.29 ββ uglify-to-browserify@1.0.2 ββ uglifyjs-webpack-plugin@0.4.6 ββ union-value@1.0.0 ββ uniq@1.0.1 ββ unique-string@1.0.0 ββ universalify@0.1.1 ββ unpipe@1.0.0 ββ unset-value@1.0.0 ββ unzip-response@2.0.1 ββ upath@1.1.0 ββ update-notifier@2.5.0 ββ upper-case@1.1.3 ββ uri-js@4.2.2 ββ urijs@1.19.1 ββ urix@0.1.0 ββ url-loader@0.6.2 ββ url-parse-lax@1.0.0 ββ url-parse@1.4.1 ββ url@0.11.0 ββ use@3.1.0 ββ util-deprecate@1.0.2 ββ util@0.10.4 ββ utils-merge@1.0.1 ββ uuid@2.0.3 ββ validate-npm-package-license@3.0.3 ββ vendors@1.0.2 ββ verror@1.10.0 ββ vm-browserify@0.0.4 ββ walker@1.0.7 ββ watch@0.10.0 ββ watchpack@1.6.0 ββ wbuf@1.7.3 ββ webidl-conversions@4.0.2 ββ webpack-dev-middleware@1.12.2 ββ webpack-dev-server@2.9.4 ββ webpack-manifest-plugin@1.3.2 ββ webpack@3.8.1 ββ websocket-extensions@0.1.3 ββ whatwg-fetch@2.0.3 ββ whatwg-url@4.8.0 ββ whet.extend@0.9.9 ββ which@1.3.1 ββ wide-align@1.1.3 ββ widest-line@2.0.0 ββ window-size@0.1.0 ββ wordwrap@0.0.2 ββ wrap-ansi@2.1.0 ββ write-file-atomic@2.3.0 ββ write@0.2.1 ββ xml-name-validator@2.0.1 ββ xtend@4.0.1 ββ yallist@3.0.2 ββ yargs-parser@5.0.0 β¨ Done in 22.88s.
Success! Created testrun at /Users/jinsuk/CodeSmells/testrun Inside that directory, you can run several commands:
yarn start Starts the development server.
yarn build Bundles the app into static files for production.
yarn test Starts the test runner.
yarn 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 testrun yarn start
Happy hacking!