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 loading "github:Dogfalo/materialize@0.96.1 #6

Open mderyaguler opened 9 years ago

mderyaguler commented 9 years ago

I've tried everything in previously closed issue, but I still have problem for both windows and mac. Current version of Dogfalo/materialize is 0.97.0, could it be problem?

jdanyow commented 9 years ago

The 0.97 release of Dogfalo/materialize has a malformed package.json: https://github.com/jspm/registry/issues/224#issuecomment-117691359

jdanyow commented 9 years ago

Just pushed a commit with the latest aurelia build as well as a change to the jspm config in the package.json to ensure v 0.96.1 of Dogfalo/materialize is used.

mderyaguler commented 9 years ago

I've updated all files and tried to install again. I still have this message: p1

And also "http://127.0.0.1:9000/jspm_packages/github/Dogfalo/materialize@0.96.1/dist" folder doesn't exist. I have administrator privileges.

jdanyow commented 9 years ago

Could you try in a fresh clone of the repo?

mderyaguler commented 9 years ago

I reload everything, but still same error, nothing changed.

ilanc commented 9 years ago

I've just installed for the first time (30ins ago) and am having the same problem:

http://localhost:9000/jspm_packages/github/Dogfalo/materialize@0.96.1/dist/css/materialize.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/jspm_packages/github/Dogfalo/materialize@0.96.1.js Failed to load resource: the server responded with a status of 404 (Not Found)

dist/ sub-directory doesn't exist in jspm_packages\github\Dogfalo\materialize@0.96.1

tomwalls commented 9 years ago

also having this same issue, have tried everything in the previously closed issue too, and tried a fresh clone of repo, updated npm/jspm, cleared cache's etc, to no avail...

bychkov commented 9 years ago

I was able to solve it by running:

jspm install github:Dogfalo/materialize
tomwalls commented 9 years ago

Ah! Excellent, this worked for me, though it installed materialze@0.97.0, i now have 0.96.1 & 0.97.0 in the jspm github/dogfalo folder... but the app is now running up!

Thanks

gregoryagu commented 9 years ago

I think the 97 package has been fixed. The 96 version would not work for me, but after changing the version to 97 in packages.json, then the app ran as expected. So this issue could be closed with this update.

awelles commented 9 years ago

Made a pull request for the second reference listed here. Ignore the first. I mucked something up and deleted it.

ronildolps commented 7 years ago

I have the same problem with the 0.97.0 version. I tried with the newest version 0.97.7 and worked very well.