akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
839 stars 251 forks source link

Cannot read property 'length' of undefined on ng serve #125

Open ChrisTarasovs opened 7 years ago

ChrisTarasovs commented 7 years ago

What I do is:

  1. ng new project X
  2. install node_modules
  3. Cloning the repo into src/app
  4. Running node install
  5. Running ng build
  6. ng serve

I currently use Webpack.

Here are my karma.conf.js and package.json file. Archive.zip

arlindonatal commented 7 years ago

@ChrisTarasovs I have same problem. Do you solved it?

ChrisTarasovs commented 7 years ago

@arlindonatal the plugin is not built properly. Still struggling mate ;(