ember-cli / ember-cli.github.io

Our documentation site
13 stars 99 forks source link

Add yarn instruction when in use with nvm #188

Closed heat closed 6 years ago

heat commented 6 years ago

Add YARN instruction when use nvm

I was in trouble when try to use yarn and nvm. Pop out this message:

Could not require 'ember-cli-build.js': Cannot find module 'ember-cli/lib/broccoli/ember-app'
Error: Could not require 'ember-cli-build.js': Cannot find module 'ember-cli/lib/broccoli/ember-app'

The solution came with this issue:

https://github.com/yarnpkg/yarn/issues/648#issuecomment-253162900

So I was wondering that is a good ember-cli setup topic , because yarn and nvm are in-fact stand.

locks commented 6 years ago

This isn't specific to ember-cli, so if you're using the nvm and yarn combo, you are likely to have come across it.