jdanyow / aurelia-breeze-northwind

A Northwind demo using Aurelia and Breeze
http://jdanyow.github.io/aurelia-breeze-northwind/
MIT License
92 stars 35 forks source link

Error with materialize.js while loading #12

Closed elefantino closed 8 years ago

elefantino commented 8 years ago

I can't load this app due to the error:

Error: @http://localhost:9000/dist/resources/materialize.js:1:30 @http://localhost:9000/dist/resources/materialize.js:1:1

Evaluating http://localhost:9000/dist/resources/materialize.js
Error loading http://localhost:9000/dist/resources/materialize.js
johntom commented 8 years ago

Hi, If I had to guess it looks like as jspm or config issue. This is what I would do. 1 git clone this repo 2 npm install 3 npm install jspm --save-dev (makes it local) 4 .\node_modules.bin\jspm install Test the results as this is what has worked for me. John

elefantino commented 8 years ago

thanks, it works for me now

johntom commented 8 years ago

Did my suggestion work?

On Mon, Apr 18, 2016 at 4:24 AM Elena Rose notifications@github.com wrote:

thanks, it works for me now

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/jdanyow/aurelia-breeze-northwind/issues/12#issuecomment-211263258