You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up as described in ReadMe but got this error: Unhandled promise rejection Error: XHR error (404 Not Found) loading http://127.0.0.1:9000/dist/css.js Error loading http://127.0.0.1:9000/dist/css.js Error loading http://127.0.0.1:9000/jspm_packages/github/charlespockert/[email protected]/grid/aurelia-bs-grid.css!http://127.0.0.1:9000/dist/css.js as "./aurelia-bs-grid.css!css" from http://127.0.0.1:9000/jspm_packages/github/charlespockert/[email protected]/grid/grid.js Stack-Trace: o@http://127.0.0.1:9000/jspm_packages/system.js:4:12894 e/</A/s.onreadystatechange@http://127.0.0.1:9000/jspm_packages/system.js:4:13482
The text was updated successfully, but these errors were encountered:
After a deep research I found this. Plugin-css have to be installed manually. With: jspm install css=github:systemjs/plugin-css
After that it comes to another error cos version v0.04 (from 24 Sep 2015) is not updated to the actual aurelia skeleton and framework. So in the meanwhile uninstall jspm uninstall github:charlespockert/aurelia-bs-grid and install jspm install github:charlespockert/aurelia-bs-grid@master (recognize the @master thats important)
Now it works!
Set up as described in ReadMe but got this error:
Unhandled promise rejection Error: XHR error (404 Not Found) loading http://127.0.0.1:9000/dist/css.js Error loading http://127.0.0.1:9000/dist/css.js Error loading http://127.0.0.1:9000/jspm_packages/github/charlespockert/[email protected]/grid/aurelia-bs-grid.css!http://127.0.0.1:9000/dist/css.js as "./aurelia-bs-grid.css!css" from http://127.0.0.1:9000/jspm_packages/github/charlespockert/[email protected]/grid/grid.js Stack-Trace: o@http://127.0.0.1:9000/jspm_packages/system.js:4:12894 e/</A/s.onreadystatechange@http://127.0.0.1:9000/jspm_packages/system.js:4:13482
The text was updated successfully, but these errors were encountered: