Dogfalo/materialize

Installing materialize using jspm

Closed this issue · 5 comments

When I try to install the materialize framework using jspm install github:dogfalo/materialize I get error : error getting package config for github:dogfalo/materialize also the same error comes when I try installing it using :
jspm install github:dogfalo/materialize -o "{ main: 'js/bin/materialize.js', shim: { 'js/bin/materialize.js': ['jquery'] }, format: 'global', dependencies: { 'jquery': '*' }, registry: 'jspm'}"

How do I install materialize using jspm as well as install its dependencies?

I even get the same error when doing simply jspm install github:dogfalo/materialize. I have attached the screenshot.
jspm

nrvru commented

I get the same error, but with 0.96.1 is all ok.

nrvru commented

In 0.97.0 was missing a comma in package.json. This is fixed in master, but from jspm docs "Commit-based installs are not supported for the GitHub registry currently", so i think you can't install the version from master. Need to wait for the new version or use old 0.96.1.

i have same problem. Ok i'll wait

The issue is fixed , I have checked int on 0.97.0