Open perlun opened 7 years ago
@perlun weird. I have yet to run across this issue.
do you have any other reproduction steps?
Tried in a bare repo, worked without problems (see below). So it's probably something in my list of dependencies that causes this. Let's keep this hanging for a while, I'll back to you if I find more details about it.
$ ember init
installing app
create .editorconfig
create .ember-cli
create .eslintrc.js
create .travis.yml
create .watchmanconfig
create README.md
create app/app.js
create app/components/.gitkeep
create app/controllers/.gitkeep
create app/helpers/.gitkeep
create app/index.html
create app/models/.gitkeep
create app/resolver.js
create app/router.js
create app/routes/.gitkeep
create app/styles/app.css
create app/templates/application.hbs
create app/templates/components/.gitkeep
create config/environment.js
create config/targets.js
create ember-cli-build.js
create .gitignore
create package.json
create public/crossdomain.xml
create public/robots.txt
create testem.js
create tests/.eslintrc.js
create tests/helpers/destroy-app.js
create tests/helpers/module-for-acceptance.js
create tests/helpers/resolver.js
create tests/helpers/start-app.js
create tests/index.html
create tests/integration/.gitkeep
create tests/test-helper.js
create tests/unit/.gitkeep
create vendor/.gitkeep
NPM: Installed dependencies
$ yarn install
yarn install 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.
Done in 11.05s.
$ ember install ember-component-css
Yarn: Installed ember-component-css
Installed addon package.
Ran into this too in a project using ember-component-css
. Not sure if ember-component-css
is to blame, though. This error message regarding chalk
is very googlable in non-ember projects.
This helped me: https://github.com/pedronauck/docz/issues/536#issuecomment-449601804
What am I doing wrong?
(As can be seen, I'm using
yarn
to maintain the dependencies.)