zoltan-nz / library-app

Detailed Ember.js v4.7 tutorial for absolute beginners. https://yoember.com

Home Page:http://library-app.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module 'ember-cli/lib/broccoli/ember-app'`

jegb opened this issue · comments

commented

I am getting this version: 2.4.1 Could not require 'ember-cli-build.js': Cannot find module 'ember-cli/lib/broccoli/ember-app'

when I ran $ember server

Hi @jegb, are you still getting this error? Do you have ember-cli-build.js in your project folder?

An option could be to delete bower_components and node_modules from your project and reinstall all the bower packages and node packages with npm install && bower install.

commented

yes, I fixed it. Seems that I had to move to node 5.5.0, and used nvm. Thanks for the useful project!

@jegb great and thank you. :)

Seems that I had to move to node 5.5.0, and used nvm. Thanks for the useful project!

@jegb Are you able to run ember serve