Skip to content

Instantly share code, notes, and snippets.

@zeke
Created March 31, 2018 01:30
Show Gist options
  • Save zeke/ced35210884f76f6ddc57ec4458e8307 to your computer and use it in GitHub Desktop.
Save zeke/ced35210884f76f6ddc57ec4458e8307 to your computer and use it in GitHub Desktop.
$ DEBUG="electron-forge:*" npx electron-forge --verbose init foo
../src/async.cc:35:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
callback->Call(1, argv);
^
../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
NAN_DEPRECATED inline v8::Local<v8::Value>
^
../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
# define NAN_DEPRECATED __attribute__((deprecated))
^
../src/async.cc:129:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
NAN_DEPRECATED inline v8::Local<v8::Value>
^
../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
# define NAN_DEPRECATED __attribute__((deprecated))
^
../src/async.cc:186:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
NAN_DEPRECATED inline v8::Local<v8::Value>
^
../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
# define NAN_DEPRECATED __attribute__((deprecated))
^
3 warnings generated.
WARNING: DEBUG environment variable detected. Progress indicators will be sent over electron-forge:lifecycle
electron-forge:lifecycle Process Started: Checking your system +0ms
electron-forge:lifecycle Process Succeeded: Checking your system +494ms
electron-forge:runtime-config setting key: verbose to value: true +0ms
WARNING: DEBUG environment variable detected. Progress indicators will be sent over electron-forge:lifecycle
electron-forge:init Initializing in: /Users/z/Desktop/foo +0ms
electron-forge:lifecycle Process Started: Initializing Project Directory +0ms
electron-forge:init:directory creating directory: /Users/z/Desktop/foo +0ms
electron-forge:lifecycle Process Succeeded: Initializing Project Directory +3ms
electron-forge:lifecycle Process Started: Initializing Git Repository +0ms
electron-forge:init:git executing "git init" in directory: /Users/z/Desktop/foo +0ms
electron-forge:lifecycle Process Succeeded: Initializing Git Repository +24ms
electron-forge:lifecycle Process Started: Copying Starter Files +1ms
electron-forge:init:starter-files creating directory: /Users/z/Desktop/foo/src +0ms
electron-forge:init:starter-files copying "/Users/z/.npm/_npx/90341/lib/node_modules/electron-forge/tmpl/_gitignore" --> "/Users/z/Desktop/foo/.gitignore" +1ms
electron-forge:init:starter-files copying "/Users/z/.npm/_npx/90341/lib/node_modules/electron-forge/tmpl/_compilerc" --> "/Users/z/Desktop/foo/.compilerc" +2ms
electron-forge:init:starter-files copying "/Users/z/.npm/_npx/90341/lib/node_modules/electron-forge/tmpl/_eslintrc" --> "/Users/z/Desktop/foo/.eslintrc" +0ms
electron-forge:init:starter-files copying "/Users/z/.npm/_npx/90341/lib/node_modules/electron-forge/tmpl/index.js" --> "/Users/z/Desktop/foo/src/index.js" +1ms
electron-forge:init:starter-files copying "/Users/z/.npm/_npx/90341/lib/node_modules/electron-forge/tmpl/index.html" --> "/Users/z/Desktop/foo/src/index.html" +1ms
electron-forge:lifecycle Process Succeeded: Copying Starter Files +5ms
electron-forge:lifecycle Process Started: Initializing NPM Module +1ms
electron-forge:init:npm writing package.json to: /Users/z/Desktop/foo +0ms
electron-forge:lifecycle Process Succeeded: Initializing NPM Module +169ms
electron-forge:lifecycle Process Started: Installing NPM Dependencies +0ms
electron-forge:init:npm installing dependencies +2ms
electron-forge:dependency-installer installing ["electron-compile","electron-squirrel-startup"] in: /Users/z/Desktop/foo dev=false,exact=false,withYarn=true +0ms
electron-forge:dependency-installer executing ["add","electron-compile","electron-squirrel-startup"] in: /Users/z/Desktop/foo +0ms
electron-forge:runtime-config fetching key verbose +0ms
yarn add v0.27.5
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 76 new dependencies.
├─ @paulcbetts/mime-db@1.22.4
├─ @paulcbetts/mime-types@2.1.10
├─ @types/node@7.0.58
├─ ansi-regex@2.1.1
├─ balanced-match@1.0.0
├─ brace-expansion@1.1.11
├─ btoa@1.2.1
├─ builtin-modules@1.1.1
├─ camelcase@3.0.0
├─ cliui@3.2.0
├─ code-point-at@1.1.0
├─ concat-map@0.0.1
├─ debug@2.6.9
├─ decamelize@1.2.0
├─ electron-compile@6.4.2
├─ electron-squirrel-startup@1.0.0
├─ error-ex@1.3.1
├─ find-up@1.1.2
├─ fs.realpath@1.0.0
├─ get-caller-file@1.0.2
├─ glob@7.1.2
├─ graceful-fs@4.1.11
├─ hosted-git-info@2.6.0
├─ inflight@1.0.6
├─ inherits@2.0.3
├─ invert-kv@1.0.0
├─ is-arrayish@0.2.1
├─ is-builtin-module@1.0.0
├─ is-fullwidth-code-point@1.0.0
├─ is-utf8@0.2.1
├─ lcid@1.0.0
├─ load-json-file@1.1.0
├─ lodash.assign@4.2.0
├─ lru-cache@4.1.2
├─ minimatch@3.0.4
├─ minimist@0.0.8
├─ mkdirp@0.5.1
├─ ms@2.0.0
├─ normalize-package-data@2.4.0
├─ number-is-nan@1.0.1
├─ once@1.4.0
├─ os-locale@1.4.0
├─ parse-json@2.2.0
├─ path-exists@2.1.0
├─ path-is-absolute@1.0.1
├─ path-type@1.1.0
├─ pify@2.3.0
├─ pinkie-promise@2.0.1
├─ pinkie@2.0.4
├─ pseudomap@1.0.2
├─ read-pkg-up@1.0.1
├─ read-pkg@1.1.0
├─ require-directory@2.1.1
├─ require-main-filename@1.0.1
├─ rimraf@2.6.2
├─ rxjs@5.5.8
├─ semver@5.5.0
├─ set-blocking@2.0.0
├─ spawn-rx@2.0.12
├─ spdx-correct@3.0.0
├─ spdx-exceptions@2.1.0
├─ spdx-expression-parse@3.0.0
├─ spdx-license-ids@3.0.0
├─ string-width@1.0.2
├─ strip-ansi@3.0.1
├─ strip-bom@2.0.0
├─ symbol-observable@1.0.1
├─ validate-npm-package-license@3.0.3
├─ which-module@1.0.0
├─ window-size@0.2.0
├─ wrap-ansi@2.1.0
├─ wrappy@1.0.2
├─ y18n@3.2.1
├─ yallist@2.1.2
├─ yargs-parser@2.4.1
└─ yargs@4.8.1
Done in 2.73s.
electron-forge:init:npm installing devDependencies +3s
electron-forge:dependency-installer installing ["babel-preset-env","babel-preset-react","babel-plugin-transform-async-to-generator","electron-forge"] in: /Users/z/Desktop/foo dev=true,exact=false,withYarn=true +3s
electron-forge:dependency-installer executing ["add","babel-preset-env","babel-preset-react","babel-plugin-transform-async-to-generator","electron-forge","--dev"] in: /Users/z/Desktop/foo +0ms
electron-forge:runtime-config fetching key verbose +3s
yarn add v0.27.5
[1/4] Resolving packages...
warning electron-forge > zip-folder > archiver > glob > minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning electron-forge > s3 > graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
warning electron-forge > electron-windows-store > flatten-packages > wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
warning electron-forge > s3 > graceful-fs > natives@1.1.2: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
warning electron-forge > nugget > progress-stream > through2 > xtend > object-keys@0.4.0:
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 418 new dependencies.
├─ @octokit/rest@14.0.9
├─ abbrev@1.1.1
├─ ajv@5.5.2
├─ ansi-escapes@3.1.0
├─ ansi-styles@3.2.1
├─ ansi@0.3.1
├─ any-promise@1.3.0
├─ appdmg@0.4.5
├─ aproba@1.2.0
├─ archiver@0.11.0
├─ are-we-there-yet@1.1.4
├─ argparse@1.0.10
├─ array-buffer-from-string@0.1.0
├─ array-find-index@1.0.2
├─ asar@0.14.3
├─ asn1@0.2.3
├─ assert-plus@1.0.0
├─ async@1.5.2
├─ asynckit@0.4.0
├─ author-regex@1.0.0
├─ aws-sdk@2.218.1
├─ aws-sign2@0.7.0
├─ aws4@1.6.0
├─ babel-code-frame@6.26.0
├─ babel-core@6.26.0
├─ 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-function-name@6.24.1
├─ babel-helper-get-function-arity@6.24.1
├─ babel-helper-hoist-variables@6.24.1
├─ babel-helper-optimise-call-expression@6.24.1
├─ babel-helper-regex@6.26.0
├─ babel-helper-remap-async-to-generator@6.24.1
├─ babel-helper-replace-supers@6.24.1
├─ babel-helpers@6.24.1
├─ babel-messages@6.23.0
├─ babel-plugin-check-es2015-constants@6.22.0
├─ babel-plugin-syntax-async-functions@6.13.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-trailing-function-commas@6.22.0
├─ babel-plugin-transform-async-to-generator@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.0
├─ 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-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-strict-mode@6.24.1
├─ babel-preset-env@1.6.1
├─ babel-preset-flow@6.23.0
├─ babel-preset-react@6.24.1
├─ babel-register@6.26.0
├─ babel-runtime@6.26.0
├─ babel-template@6.26.0
├─ babel-traverse@6.26.0
├─ babel-types@6.26.0
├─ babylon@6.18.0
├─ base32-encode@0.1.1
├─ base64-js@1.2.0
├─ bcrypt-pbkdf@1.0.1
├─ before-after-hook@1.1.0
├─ binary@0.3.0
├─ bl@0.9.5
├─ block-stream@0.0.9
├─ bluebird@3.5.1
├─ boom@4.3.1
├─ bplist-creator@0.0.7
├─ browserslist@2.11.3
├─ buffer-crc32@0.2.13
├─ buffer-from@0.1.2
├─ buffer@4.9.1
├─ buffers@0.1.1
├─ camelcase-keys@2.1.0
├─ caniuse-lite@1.0.30000821
├─ caseless@0.12.0
├─ chainsaw@0.1.0
├─ chalk@2.3.2
├─ chardet@0.4.2
├─ chromium-pickle-js@0.2.0
├─ cli-cursor@2.1.0
├─ cli-spinners@1.1.0
├─ cli-width@2.2.0
├─ co@4.6.0
├─ color-convert@1.9.1
├─ color-name@1.1.3
├─ colors@1.2.1
├─ combined-stream@1.0.6
├─ commander@2.15.1
├─ compare-version@0.1.2
├─ compress-commons@0.1.6
├─ concat-stream@1.6.0
├─ console-control-strings@1.1.0
├─ convert-source-map@1.5.1
├─ core-js@2.5.4
├─ core-util-is@1.0.2
├─ cp-file@3.2.0
├─ crc32-stream@0.3.4
├─ cross-spawn-async@2.2.5
├─ cross-spawn-promise@0.10.1
├─ cross-spawn@5.1.0
├─ cryptiles@3.1.2
├─ cuint@0.2.2
├─ currently-unhandled@0.4.1
├─ dashdash@1.14.1
├─ decompress-zip@0.3.0
├─ deep-extend@0.4.2
├─ delayed-stream@1.0.0
├─ delegates@1.0.0
├─ detect-indent@4.0.0
├─ detect-libc@1.0.3
├─ ds-store@0.1.6
├─ ecc-jsbn@0.1.1
├─ electron-download@4.1.0
├─ electron-forge-template-angular2@1.0.6
├─ electron-forge-template-react-typescript@1.0.6
├─ electron-forge-template-react@1.0.4
├─ electron-forge-template-vue@1.0.3
├─ electron-forge@5.1.1
├─ electron-installer-debian@0.8.1
├─ electron-installer-dmg@0.2.1
├─ electron-installer-flatpak@0.8.0
├─ electron-installer-redhat@0.5.0
├─ electron-installer-snap@2.0.1
├─ electron-osx-sign@0.4.10
├─ electron-packager@11.2.0
├─ electron-rebuild@1.7.3
├─ electron-to-chromium@1.3.41
├─ electron-windows-store@0.12.0
├─ electron-winstaller@2.6.4
├─ electron-wix-msi@1.3.0
├─ end-of-stream@1.4.1
├─ env-paths@1.0.0
├─ es6-promise@4.2.4
├─ es6-promisify@5.0.0
├─ escape-string-regexp@1.0.5
├─ esprima@4.0.0
├─ esutils@2.0.2
├─ events@1.1.1
├─ execa@0.7.0
├─ exit-hook@1.1.1
├─ expand-tilde@2.0.2
├─ extend@3.0.1
├─ external-editor@2.1.0
├─ extract-zip@1.6.6
├─ extsprintf@1.3.0
├─ fast-deep-equal@1.1.0
├─ fast-json-stable-stringify@2.0.0
├─ fd-slicer@1.0.1
├─ figures@2.0.0
├─ find-up@2.1.0
├─ findit2@2.2.3
├─ flatpak-bundler@0.1.3
├─ flatten-packages@0.1.4
├─ fmix@0.1.0
├─ forever-agent@0.6.1
├─ form-data@2.3.2
├─ fs-extra@4.0.3
├─ fs-temp@1.1.2
├─ fs-xattr@0.1.17
├─ fstream@1.0.11
├─ gar@1.0.3
├─ gauge@1.2.7
├─ generate-function@2.0.0
├─ generate-object-property@1.2.0
├─ get-folder-size@1.0.1
├─ get-installed-path@2.1.1
├─ get-package-info@1.0.0
├─ get-stdin@4.0.1
├─ get-stream@3.0.0
├─ getpass@0.1.7
├─ global-modules@1.0.0
├─ global-prefix@1.0.2
├─ globals@9.18.0
├─ har-schema@2.0.0
├─ har-validator@5.0.3
├─ has-ansi@2.0.0
├─ has-flag@3.0.0
├─ has-unicode@2.0.1
├─ hawk@6.0.2
├─ hoek@4.2.1
├─ home-or-tmp@2.0.0
├─ homedir-polyfill@1.0.1
├─ http-signature@1.2.0
├─ iconv-lite@0.4.19
├─ ieee754@1.1.8
├─ image-size@0.5.5
├─ imul@1.0.1
├─ indent-string@2.1.0
├─ ini@1.3.5
├─ inquirer@5.2.0
├─ invariant@2.2.4
├─ is-array-buffer@1.0.0
├─ is-finite@1.0.2
├─ is-my-ip-valid@1.0.0
├─ is-my-json-valid@2.17.2
├─ is-promise@1.0.1
├─ is-property@1.0.2
├─ is-stream@1.1.0
├─ is-typedarray@1.0.0
├─ is-windows@1.0.2
├─ is-wsl@1.1.0
├─ isarray@0.0.1
├─ isbinaryfile@3.0.2
├─ isexe@2.0.0
├─ isstream@0.1.2
├─ jmespath@0.15.0
├─ js-tokens@3.0.2
├─ js-yaml@3.11.0
├─ jsbn@0.1.1
├─ jsesc@1.3.0
├─ json-schema-traverse@0.3.1
├─ json-schema@0.2.3
├─ json-stringify-safe@5.0.1
├─ json5@0.5.1
├─ jsonfile@2.4.0
├─ jsonpointer@4.0.1
├─ jsprim@1.4.1
├─ klaw@1.3.1
├─ lazystream@0.1.0
├─ locate-path@2.0.0
├─ lodash._reinterpolate@3.0.0
├─ lodash.defaults@4.2.0
├─ lodash.difference@4.5.0
├─ lodash.filter@4.6.0
├─ lodash.get@4.4.2
├─ lodash.merge@4.6.1
├─ lodash.pad@4.5.1
├─ lodash.padend@4.6.1
├─ lodash.padstart@4.6.1
├─ lodash.pull@4.1.0
├─ lodash.template@4.4.0
├─ lodash.templatesettings@4.1.0
├─ lodash.uniq@4.5.0
├─ lodash@4.17.5
├─ log-symbols@2.2.0
├─ loose-envify@1.3.1
├─ loud-rejection@1.6.0
├─ macos-alias@0.2.11
├─ map-obj@1.0.1
├─ mem@1.1.0
├─ meow@3.7.0
├─ mime-db@1.33.0
├─ mime-types@2.1.18
├─ mime@1.2.11
├─ mimic-fn@1.2.0
├─ minimist@1.2.0
├─ mkpath@0.1.0
├─ mksnapshot@0.3.1
├─ multiline@1.0.2
├─ murmur-32@0.1.0
├─ mute-stream@0.0.7
├─ mz@2.7.0
├─ nan@2.10.0
├─ natives@1.1.2
├─ nested-error-stacks@1.0.2
├─ node-abi@2.3.0
├─ node-fetch@2.1.2
├─ node-gyp@3.6.2
├─ nodeify@1.0.1
├─ nopt@3.0.6
├─ npm-run-path@2.0.2
├─ npmlog@4.1.2
├─ nugget@2.0.1
├─ oauth-sign@0.8.2
├─ object-assign@4.1.1
├─ object-keys@0.4.0
├─ onetime@2.0.1
├─ opn@5.3.0
├─ ora@1.4.0
├─ os-homedir@1.0.2
├─ os-shim@0.1.3
├─ os-tmpdir@1.0.2
├─ osenv@0.1.5
├─ p-finally@1.0.0
├─ p-limit@1.2.0
├─ p-locate@2.0.0
├─ p-try@1.0.0
├─ parse-author@2.0.0
├─ parse-color@1.0.0
├─ parse-passwd@1.0.0
├─ path-exists@3.0.0
├─ path-key@1.0.0
├─ path-parse@1.0.5
├─ pend@1.2.0
├─ performance-now@2.1.0
├─ plist@2.1.0
├─ pretty-bytes@1.0.4
├─ private@0.1.8
├─ process-nextick-args@2.0.0
├─ progress-stream@1.2.0
├─ promise@1.3.0
├─ pruner@0.0.7
├─ punycode@1.3.2
├─ q@1.5.1
├─ qs@6.5.1
├─ querystring@0.2.0
├─ random-path@0.1.1
├─ rc@1.2.6
├─ rcedit@1.0.0
├─ readable-stream@1.0.34
├─ redent@1.0.0
├─ regenerate@1.3.3
├─ regenerator-runtime@0.11.1
├─ regenerator-transform@0.10.1
├─ regexpu-core@2.0.0
├─ regjsgen@0.2.0
├─ regjsparser@0.1.5
├─ repeat-string@1.6.1
├─ repeating@2.0.1
├─ request@2.85.0
├─ resolve-dir@1.0.1
├─ resolve-package@1.0.1
├─ resolve@1.6.0
├─ restore-cursor@2.0.0
├─ run-async@2.3.0
├─ rx-lite-aggregates@4.0.8
├─ rx-lite@4.0.8
├─ rx@4.1.0
├─ s3@4.4.0
├─ safe-buffer@5.1.1
├─ sanitize-filename@1.6.1
├─ sax@1.2.1
├─ shebang-command@1.2.0
├─ shebang-regex@1.0.0
├─ sigmund@1.0.1
├─ signal-exit@3.0.2
├─ single-line-log@1.1.2
├─ slash@1.0.0
├─ sntp@2.1.0
├─ source-map-support@0.4.18
├─ source-map@0.5.7
├─ spawn-sync@1.0.15
├─ speedometer@0.1.4
├─ sprintf-js@1.0.3
├─ sshpk@1.14.1
├─ stream-buffers@2.2.0
├─ streamsink@1.2.0
├─ string_decoder@0.10.31
├─ stringstream@0.0.5
├─ strip-eof@1.0.0
├─ strip-indent@1.0.1
├─ strip-json-comments@2.0.1
├─ sudo-prompt@8.2.0
├─ sumchecker@2.0.2
├─ supports-color@5.3.0
├─ tabtab@2.2.2
├─ tar-stream@0.4.7
├─ tar@2.2.1
├─ temp@0.8.3
├─ thenify-all@1.6.0
├─ thenify@3.3.0
├─ throttleit@0.0.2
├─ through@2.3.8
├─ through2@0.2.3
├─ tmp-promise@1.0.4
├─ tmp@0.0.28
├─ tn1150@0.1.0
├─ to-fast-properties@1.0.3
├─ touch@0.0.3
├─ tough-cookie@2.3.4
├─ traverse@0.3.9
├─ trim-newlines@1.0.0
├─ trim-right@1.0.1
├─ truncate-utf8-bytes@1.0.2
├─ tunnel-agent@0.6.0
├─ tweetnacl@0.14.5
├─ typedarray@0.0.6
├─ universalify@0.1.1
├─ unorm@1.4.1
├─ url-template@2.0.8
├─ url@0.10.3
├─ username@3.0.0
├─ utf8-byte-length@1.0.4
├─ util-deprecate@1.0.2
├─ uuid@3.2.1
├─ verror@1.10.0
├─ which@1.3.0
├─ wide-align@1.1.2
├─ word-wrap@1.2.3
├─ wrench@1.5.9
├─ xml2js@0.4.17
├─ xmlbuilder@4.2.1
├─ xmldom@0.1.27
├─ xtend@4.0.1
├─ yargs-parser@5.0.0
├─ yarn-or-npm@2.0.4
├─ yauzl@2.4.1
├─ zip-folder@1.0.0
└─ zip-stream@0.4.1
Done in 13.12s.
electron-forge:init:npm installing exact dependencies +13s
electron-forge:dependency-installer installing ["electron-prebuilt-compile"] in: /Users/z/Desktop/foo dev=true,exact=true,withYarn=true +13s
electron-forge:dependency-installer executing ["add","electron-prebuilt-compile","--dev","--exact"] in: /Users/z/Desktop/foo +0ms
electron-forge:runtime-config fetching key verbose +13s
yarn add v0.27.5
[1/4] Resolving packages...
warning electron-prebuilt-compile > electron-compilers > coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning electron-prebuilt-compile > electron-compilers > cson > coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning electron-prebuilt-compile > electron-compilers > jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
warning electron-prebuilt-compile > electron-compilers > jade > constantinople@3.0.2: Please update to at least constantinople 3.1.1
warning electron-prebuilt-compile > electron-compilers > jade > transformers@2.1.0: Deprecated, use jstransformer
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 189 new dependencies.
├─ @paulcbetts/vueify@9.4.3
├─ abab@1.0.4
├─ acorn-globals@1.0.9
├─ acorn@2.7.0
├─ align-text@0.1.4
├─ alphanum-sort@1.0.2
├─ amdefine@1.0.1
├─ asap@2.0.6
├─ autoprefixer@6.7.7
├─ babel-plugin-array-includes@2.0.3
├─ babel-plugin-syntax-async-generators@6.13.0
├─ babel-preset-es2016-node5@1.1.2
├─ balanced-match@0.4.2
├─ boolbase@1.0.0
├─ boom@2.10.1
├─ browserslist@1.7.7
├─ caniuse-api@1.6.1
├─ caniuse-db@1.0.30000821
├─ center-align@0.1.3
├─ character-parser@1.2.1
├─ cheerio@0.20.0
├─ clap@1.2.3
├─ clean-css@3.4.28
├─ clone@1.0.4
├─ coa@1.0.4
├─ coffee-script@1.12.7
├─ color-string@0.3.0
├─ color@0.11.4
├─ colormin@1.1.2
├─ constantinople@3.0.2
├─ cson-parser@1.3.5
├─ cson@3.0.2
├─ css-color-names@0.0.4
├─ css-parse@1.7.0
├─ css-select@1.2.0
├─ css-stringify@1.0.5
├─ css-what@2.1.0
├─ css@1.0.8
├─ cssnano@3.10.0
├─ csso@2.3.2
├─ cssom@0.3.2
├─ cssstyle@0.2.37
├─ de-indent@1.0.2
├─ deep-is@0.1.3
├─ defined@1.0.0
├─ detective-less@1.0.1
├─ detective-sass@2.0.1
├─ detective-scss@1.0.1
├─ detective-stylus@1.0.0
├─ dom-serializer@0.1.0
├─ domelementtype@1.3.0
├─ domhandler@2.3.0
├─ domutils@1.5.1
├─ eachr@3.2.0
├─ editions@1.3.4
├─ electron-compilers@5.9.0
├─ electron-download@3.3.0
├─ electron-prebuilt-compile@1.8.4
├─ electron@1.8.4
├─ entities@1.1.1
├─ errno@0.1.7
├─ escodegen@1.8.1
├─ esprima@2.7.3
├─ estraverse@1.9.3
├─ extract-opts@3.3.1
├─ fast-levenshtein@2.0.6
├─ flatten@1.0.2
├─ function-bind@1.1.1
├─ gonzales-pe@3.4.7
├─ graceful-readlink@1.0.1
├─ graphql-tag@2.8.0
├─ graphql@0.9.6
├─ handlebars@4.0.11
├─ has-flag@1.0.0
├─ has@1.0.1
├─ hash-sum@1.0.2
├─ he@1.1.1
├─ home-path@1.0.5
├─ html-comment-regex@1.1.1
├─ htmlparser2@3.8.3
├─ indexes-of@1.0.1
├─ is-absolute-url@2.1.0
├─ is-buffer@1.1.6
├─ is-plain-obj@1.1.0
├─ is-relative-path@1.0.2
├─ is-svg@2.1.0
├─ istanbul@0.4.5
├─ iterall@1.2.2
├─ jade@1.11.0
├─ js-base64@2.4.3
├─ js-string-escape@1.0.1
├─ jsdom@7.2.2
├─ json-stable-stringify@1.0.1
├─ jsonify@0.0.0
├─ jstransformer@0.0.2
├─ kind-of@3.2.2
├─ lazy-cache@1.0.4
├─ less@2.7.3
├─ levn@0.3.0
├─ lodash.memoize@4.1.2
├─ longest@1.0.1
├─ macaddress@0.2.8
├─ math-expression-evaluator@1.2.17
├─ nib@1.1.2
├─ node-source-walk@3.3.0
├─ normalize-range@0.1.2
├─ normalize-url@1.9.1
├─ nth-check@1.0.1
├─ num2fraction@1.2.2
├─ nwmatcher@1.4.4
├─ optimist@0.6.1
├─ optionator@0.8.2
├─ parse5@1.5.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.2
├─ 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-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-value-parser@3.3.0
├─ postcss-zindex@2.2.0
├─ postcss@5.2.18
├─ prelude-ls@1.1.2
├─ prepend-http@1.0.4
├─ promise@7.3.1
├─ prr@1.0.1
├─ query-string@4.3.4
├─ reduce-css-calc@1.3.0
├─ reduce-function-call@1.0.2
├─ requirefresh@2.1.0
├─ right-align@0.1.3
├─ safefs@4.1.0
├─ sander@0.5.1
├─ sass-lookup@1.1.0
├─ sass.js@0.10.9
├─ sorcery@0.10.0
├─ sort-keys@1.1.2
├─ sourcemap-codec@1.4.1
├─ strict-uri-encode@1.1.0
├─ stylus-lookup@1.0.2
├─ stylus@0.54.5
├─ sumchecker@1.3.1
├─ supports-color@3.2.3
├─ svgo@0.7.2
├─ symbol-tree@3.2.2
├─ synchronous-promise@1.0.18
├─ toutsuite@0.6.0
├─ tr46@0.0.3
├─ transformers@2.1.0
├─ type-check@0.3.2
├─ typechecker@4.5.0
├─ typescript@2.8.1
├─ uglify-js@2.8.29
├─ uglify-to-browserify@1.0.2
├─ uniq@1.0.1
├─ uniqid@4.1.1
├─ uniqs@2.0.0
├─ vendors@1.0.1
├─ void-elements@2.0.1
├─ vue-hot-reload-api@2.3.0
├─ vue-template-compiler@2.5.16
├─ vue-template-es2015-compiler@1.6.0
├─ webidl-conversions@2.0.1
├─ whatwg-url-compat@0.6.5
├─ whet.extend@0.9.9
├─ window-size@0.1.0
├─ with@4.0.3
├─ wordwrap@0.0.3
└─ xml-name-validator@2.0.1
Done in 9.40s.
electron-forge:init:npm installing airbnb linting dependencies +10s
electron-forge:dependency-installer installing ["eslint@^3","eslint-config-airbnb@^15","eslint-plugin-import@^2","eslint-plugin-jsx-a11y@^5","eslint-plugin-react@^7"] in: /Users/z/Desktop/foo dev=true,exact=false,withYarn=true +10s
electron-forge:dependency-installer executing ["add","eslint@^3","eslint-config-airbnb@^15","eslint-plugin-import@^2","eslint-plugin-jsx-a11y@^5","eslint-plugin-react@^7","--dev"] in: /Users/z/Desktop/foo +0ms
electron-forge:runtime-config fetching key verbose +10s
yarn add v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 82 new dependencies.
├─ acorn-jsx@3.0.1
├─ ajv-keywords@1.5.1
├─ aria-query@0.7.1
├─ array-includes@3.0.3
├─ array-union@1.0.2
├─ array-uniq@1.0.3
├─ arrify@1.0.1
├─ ast-types-flow@0.0.7
├─ axobject-query@0.1.0
├─ caller-path@0.1.0
├─ callsites@0.2.0
├─ circular-json@0.3.3
├─ contains-path@0.1.0
├─ d@1.0.0
├─ damerau-levenshtein@1.0.4
├─ define-properties@1.1.2
├─ del@2.2.2
├─ doctrine@2.1.0
├─ emoji-regex@6.5.1
├─ encoding@0.1.12
├─ es-abstract@1.11.0
├─ es-to-primitive@1.1.1
├─ es5-ext@0.10.42
├─ es6-iterator@2.0.3
├─ es6-map@0.1.5
├─ es6-set@0.1.5
├─ es6-symbol@3.1.1
├─ es6-weak-map@2.0.2
├─ escope@3.6.0
├─ eslint-config-airbnb-base@11.3.2
├─ eslint-config-airbnb@15.1.0
├─ eslint-import-resolver-node@0.3.2
├─ eslint-module-utils@2.2.0
├─ eslint-plugin-import@2.10.0
├─ eslint-plugin-jsx-a11y@5.1.1
├─ eslint-plugin-react@7.7.0
├─ eslint-restricted-globals@0.1.1
├─ eslint@3.19.0
├─ espree@3.5.4
├─ esquery@1.0.0
├─ esrecurse@4.2.1
├─ event-emitter@0.3.5
├─ fbjs@0.8.16
├─ file-entry-cache@2.0.0
├─ flat-cache@1.3.0
├─ foreach@2.0.5
├─ globby@5.0.0
├─ ignore@3.3.7
├─ imurmurhash@0.1.4
├─ inquirer@0.12.0
├─ interpret@1.1.0
├─ is-callable@1.1.3
├─ is-date-object@1.0.1
├─ is-path-cwd@1.0.0
├─ is-path-in-cwd@1.0.1
├─ is-path-inside@1.0.1
├─ is-regex@1.0.4
├─ is-resolvable@1.1.0
├─ is-symbol@1.0.1
├─ isomorphic-fetch@2.2.1
├─ jsx-ast-utils@1.4.1
├─ natural-compare@1.4.0
├─ next-tick@1.0.0
├─ object-keys@1.0.11
├─ path-is-inside@1.0.2
├─ pkg-dir@1.0.0
├─ pluralize@1.2.1
├─ progress@1.1.8
├─ prop-types@15.6.1
├─ readline2@1.0.1
├─ rechoir@0.6.2
├─ require-uncached@1.0.3
├─ resolve-from@1.0.1
├─ setimmediate@1.0.5
├─ shelljs@0.7.8
├─ slice-ansi@0.0.4
├─ table@3.8.3
├─ text-table@0.2.0
├─ ua-parser-js@0.7.17
├─ user-home@2.0.0
├─ whatwg-fetch@2.0.4
└─ write@0.2.1
Done in 5.67s.
electron-forge:lifecycle Process Succeeded: Installing NPM Dependencies +32s
~/Desktop master* 1m 4s
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment