charlespockert / aurelia-bs-grid

Aurelia and Bootstrap powered datagrid control
MIT License
45 stars 21 forks source link

Problem Using Grid _aureliaFramework.skipContentProcessing #71

Closed FourieDeWet closed 8 years ago

FourieDeWet commented 8 years ago

Started using your grid and like what you've done with it. We are trying to use it on one of our project but we are getting the following error and cannot get it to work. Are we doing something wrong?

Unhandled promise rejection Error: (0 , _aureliaFramework.skipContentProcessing) is not a function
    Error loading http://localhost:9100/jspm_packages/github/charlespockert/aurelia-bs-grid@0.0.4/grid/grid.js
    at http://localhost:9100/jspm_packages/github/charlespockert/aurelia-bs-grid@0.0.4/grid/grid.js:676:54
    at Object.<anonymous> (http://localhost:9100/jspm_packages/github/charlespockert/aurelia-bs-grid@0.0.4/grid/grid.js:679:4)
    at i (http://localhost:9100/jspm_packages/system.js:5:10766)
    at i (http://localhost:9100/jspm_packages/system.js:4:31855)
    at n (http://localhost:9100/jspm_packages/system.js:4:30420)
    at Object.execute (http://localhost:9100/jspm_packages/system.js:5:3451)
    at b (http://localhost:9100/jspm_packages/system.js:4:9948)
    at w (http://localhost:9100/jspm_packages/system.js:4:10327)
    at p (http://localhost:9100/jspm_packages/system.js:4:8205)
    at h (http://localhost:9100/jspm_packages/system.js:4:8590)

Any ideas?

charlespockert commented 8 years ago

If you are using the latest release with an up to date Aurelia framework you will probably get issues

The framework API changed in places a few times.

The master branch will probably work done with the latest Au beta so give that a try first for now

denimaaark commented 8 years ago

I have same problem and deed not understand what means "The master branch will probably work done with the latest Au beta so give that a try first for now" ??

What to do ?

denimaaark commented 8 years ago

I have seen now that aurelia-bs-grid downloads old aurelia versions from github, and doas not use jspm installed versions ?!? I have try to install grid to new aurelia navigation app ...

denimaaark commented 8 years ago

solution is jspm install github:charlespockert/aurelia-bs-grid@master

FourieDeWet commented 8 years ago

Great, thanks denimaaark for the solution!