Ember-cli is very hard to get it right. Many errors [Solved]

I am trying to get emberjs working for 4 hrs but not helping yet. I wanted to use emberjs 2.3.0.

i did

npm install ember-cli@beta
ember new asdf
cd  asdf
ember server

gives :

ember-cli-build.js': Cannot find module 'lodash/lang/isFunction'

I would not use beta softwares. It might contain issues. That being said you are installing ember cli locally. That might bring issues. Try npm install - g ember-cli

1 Like

What is your ember-cli, node, npm version?

that whats tutorial instructed to do tho. …

I am ok now , i just empty all caches and reinstall.