jdanyow/aurelia-breeze-northwind

Error loading "github:Dogfalo/materialize@0.96.1

Opened this issue · 12 comments

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?

The 0.97 release of Dogfalo/materialize has a malformed package.json: jspm/registry#224 (comment)

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.

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.

Could you try in a fresh clone of the repo?

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

ilanc commented

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

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...

I was able to solve it by running:

jspm install github:Dogfalo/materialize

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

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.

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

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