Skip to content

Instantly share code, notes, and snippets.

@riverar
Created January 15, 2017 22:14
Show Gist options
  • Save riverar/37c2aa1eeee46d4c0f8eb864deafb5e3 to your computer and use it in GitHub Desktop.
Save riverar/37c2aa1eeee46d4c0f8eb864deafb5e3 to your computer and use it in GitHub Desktop.
C:\Sources>electron-forge init barilium --template=react
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 +46ms
electron-forge:runtime-config setting key: verbose to value: false +6ms
WARNING: DEBUG environment variable detected. Progress indicators will be sent over electron-forge:lifecycle
electron-forge:init Initializing in: C:\Sources\barilium +0ms
electron-forge:lifecycle Process Started: Initializing Project Directory +3ms
electron-forge:init:directory creating directory: C:\Sources\barilium +2ms
electron-forge:init:directory found 7 files in the directory. warning the user +4ms
electron-forge:lifecycle Process Stopped: Initializing Project Directory +1ms
? WARNING: The specified path: "C:\Sources\barilium" is not empty, do you wish to continue? Yes
electron-forge:lifecycle Process Succeeded: Initializing Project Directory +2s
electron-forge:lifecycle Process Started: Initializing Git Repository +1ms
electron-forge:init:git .git directory already exists, skipping git initialization +2ms
electron-forge:lifecycle Process Succeeded: Initializing Git Repository +1ms
electron-forge:lifecycle Process Started: Copying Starter Files +1ms
electron-forge:init:starter-files creating directory: C:\Sources\barilium\src +1ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\_gitignore" --> "C:\Sources\barilium\.gitignore" +3ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\_compilerc" --> "C:\Sources\barilium\.compilerc" +2ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\index.js" --> "C:\Sources\barilium\src\index.js" +2ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\index.html" --> "C:\Sources\barilium\src\index.html" +0ms
electron-forge:lifecycle Process Succeeded: Copying Starter Files +1ms
electron-forge:lifecycle Process Started: Initializing NPM Module +2ms
electron-forge:init:npm writing package.json to: C:\Sources\barilium +8ms
electron-forge:lifecycle Process Succeeded: Initializing NPM Module +3ms
electron-forge:lifecycle Process Started: Installing NPM Dependencies +1ms
electron-forge:init:npm installing dependencies +1ms
electron-forge:dependency-installer installing ["electron-compile"] in: C:\Sources\barilium dev=false,exact=false,withYarn=false +57ms
electron-forge:dependency-installer executing ["install","electron-compile","--save"] in: C:\Sources\barilium +0ms
electron-forge:runtime-config fetching key verbose +1ms
electron-forge:runtime-config fetching key verbose +19ms
^CTerminate batch job (Y/N)? y
C:\Sources>electron-forge init template-repro --template=react
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 +43ms
electron-forge:runtime-config setting key: verbose to value: false +6ms
WARNING: DEBUG environment variable detected. Progress indicators will be sent over electron-forge:lifecycle
electron-forge:init Initializing in: C:\Sources\template-repro +0ms
electron-forge:lifecycle Process Started: Initializing Project Directory +2ms
electron-forge:init:directory creating directory: C:\Sources\template-repro +1ms
electron-forge:lifecycle Process Succeeded: Initializing Project Directory +7ms
electron-forge:lifecycle Process Started: Initializing Git Repository +2ms
electron-forge:init:git executing "git init" in directory: C:\Sources\template-repro +1ms
electron-forge:lifecycle Process Succeeded: Initializing Git Repository +111ms
electron-forge:lifecycle Process Started: Copying Starter Files +2ms
electron-forge:init:starter-files creating directory: C:\Sources\template-repro\src +1ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\_gitignore" --> "C:\Sources\template-repro\.gitignore" +1ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\_compilerc" --> "C:\Sources\template-repro\.compilerc" +2ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\index.js" --> "C:\Sources\template-repro\src\index.js" +1ms
electron-forge:init:starter-files copying "C:\Users\Rafael\AppData\Roaming\npm\node_modules\electron-forge\tmpl\index.html" --> "C:\Sources\template-repro\src\index.html" +1ms
electron-forge:lifecycle Process Succeeded: Copying Starter Files +0ms
electron-forge:lifecycle Process Started: Initializing NPM Module +2ms
electron-forge:init:npm writing package.json to: C:\Sources\template-repro +7ms
electron-forge:lifecycle Process Succeeded: Initializing NPM Module +6ms
electron-forge:lifecycle Process Started: Installing NPM Dependencies +1ms
electron-forge:init:npm installing dependencies +1ms
electron-forge:dependency-installer installing ["electron-compile"] in: C:\Sources\template-repro dev=false,exact=false,withYarn=false +50ms
electron-forge:dependency-installer executing ["install","electron-compile","--save"] in: C:\Sources\template-repro +1ms
electron-forge:runtime-config fetching key verbose +1ms
electron-forge:runtime-config fetching key verbose +19ms
electron-forge:init:npm installing devDependencies +16s
electron-forge:dependency-installer installing ["babel-preset-env","babel-preset-react","babel-plugin-transform-async-to-generator"] in: C:\Sources\template-repro dev=true,exact=false,withYarn=false +1ms
electron-forge:dependency-installer executing ["install","babel-preset-env","babel-preset-react","babel-plugin-transform-async-to-generator","--save-dev"] in: C:\Sources\template-repro +1ms
electron-forge:runtime-config fetching key verbose +0ms
electron-forge:runtime-config fetching key verbose +25ms
electron-forge:init:npm installing exact dependencies +14s
electron-forge:dependency-installer installing ["electron-prebuilt-compile"] in: C:\Sources\template-repro dev=true,exact=true,withYarn=false +2ms
electron-forge:dependency-installer executing ["install","electron-prebuilt-compile","--save-exact","--save-dev"] in: C:\Sources\template-repro +2ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment