Created
February 8, 2018 19:40
-
-
Save headquarters/62a3526a6155885c319de3a5553e8e8b to your computer and use it in GitHub Desktop.
output for `ember new glimmer-components -b @glimmer/blueprint`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:16:17 Projects $ ember new glimmer-components -b @glimmer/blueprint | |
| installing blueprint | |
| create .editorconfig | |
| create .ember-cli | |
| create .watchmanconfig | |
| create README.md | |
| create config/environment.js | |
| create config/module-map.d.ts | |
| create config/resolver-configuration.d.ts | |
| create config/targets.js | |
| create ember-cli-build.js | |
| create .gitignore | |
| create package.json | |
| create public/robots.txt | |
| create src/index.ts | |
| create src/main.ts | |
| create src/ui/components/GlimmerComponents/component-test.ts | |
| create src/ui/components/GlimmerComponents/component.ts | |
| create src/ui/components/GlimmerComponents/template.hbs | |
| create src/ui/index.html | |
| create src/ui/styles/app.scss | |
| create src/utils/test-helpers/test-helper.ts | |
| create testem.json | |
| create tsconfig.json | |
| create tslint.json | |
| create yarn.lock | |
| Error creating new application. Removing generated directory `./glimmer-components` | |
| Command failed: yarn install --ignore-optional --non-interactive | |
| warning qunitjs@2.4.1: 2.4.1 is the last version where QUnit will be published as 'qunitjs'. To receive future updates, you will need to change the package name to 'qunit'. | |
| warning "@glimmer/application-pipeline > ember-build-utilities@0.4.0" has unmet peer dependency "@glimmer/compiler@> 0.26.0". | |
| warning " > @glimmer/inline-precompile@1.0.1" has unmet peer dependency "@glimmer/compiler@> 0.23.0 || > 0.24.0-alpha.1 || > 0.25.0-alpha.1". | |
| warning "@glimmer/inline-precompile > babel-plugin-glimmer-inline-precompile@1.2.0" has unmet peer dependency "@glimmer/compiler@> 0.23.0 || > 0.24.0-alpha.1 || > 0.25.0-alpha.1". | |
| error /Users/nz55p1/Projects/glimmer-components/node_modules/broccoli-sass-source-maps/node_modules/node-sass: Command failed. | |
| Exit code: 1 | |
| Command: node scripts/install.js | |
| Arguments: | |
| Directory: /Users/nz55p1/Projects/glimmer-components/node_modules/broccoli-sass-source-maps/node_modules/node-sass | |
| Output: | |
| module.js:487 | |
| throw err; | |
| ^ | |
| Error: Cannot find module 'boom' | |
| at Function.Module._resolveFilename (module.js:485:15) | |
| at Function.Module._load (module.js:437:25) | |
| at Module.require (module.js:513:17) | |
| at require (internal/module.js:11:18) | |
| at Object.<anonymous> (/Users/nz55p1/Projects/glimmer-components/node_modules/hawk/lib/index.js:3:33) | |
| at Module._compile (module.js:569:30) | |
| at Object.Module._extensions..js (module.js:580:10) | |
| at Module.load (module.js:503:32) | |
| at tryModuleLoad (module.js:466:12) | |
| at Function.Module._load (module.js:458:3) | |
| yarn install v1.3.2 | |
| [1/5] Validating package.json... | |
| [2/5] Resolving packages... | |
| [3/5] Fetching packages... | |
| [4/5] Linking dependencies... | |
| [5/5] Building fresh packages... | |
| info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. | |
| Stack Trace and Error Report: /var/folders/k_/7_sk9m3j1pzcz1lwf0s6c2nm98xb69/T/error.dump.c59650e402a1cde1993b7c3044490bf4.log | |
| 14:18:57 Projects $ LS | |
| Dockerfile bank-engine-ally-online-services dotfiles form-submit.js proxy | |
| ally-online-services builds ember-upgrade-ally-online-services otp-bookmarklet storefront-login | |
| 14:33:53 Projects $ node -v | |
| v8.2.1 | |
| 14:34:00 Projects $ npm -v | |
| 5.5.1 | |
| 14:34:02 Projects $ ember -v | |
| ember-cli: 2.18.1 | |
| node: 8.2.1 | |
| os: darwin x64 | |
| 14:34:27 Projects $ ember new glimmer-components -b @glimmer/blueprint --yarn=false | |
| installing blueprint | |
| create .editorconfig | |
| create .ember-cli | |
| create .watchmanconfig | |
| create README.md | |
| create config/environment.js | |
| create config/module-map.d.ts | |
| create config/resolver-configuration.d.ts | |
| create config/targets.js | |
| create ember-cli-build.js | |
| create .gitignore | |
| create package.json | |
| create public/robots.txt | |
| create src/index.ts | |
| create src/main.ts | |
| create src/ui/components/GlimmerComponents/component-test.ts | |
| create src/ui/components/GlimmerComponents/component.ts | |
| create src/ui/components/GlimmerComponents/template.hbs | |
| create src/ui/index.html | |
| create src/ui/styles/app.scss | |
| create src/utils/test-helpers/test-helper.ts | |
| create testem.json | |
| create tsconfig.json | |
| create tslint.json | |
| create yarn.lock | |
| npm: Installed dependencies | |
| Successfully initialized git. | |
| 14:38:46 Projects $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment