material-design
material-design copied to clipboard
Won't install
The latest Alva Canary (v1.0.0-38) says that this is incompatible. Am I doing something wrong or is it just out of date?
This is what I did:
$ git clone https://github.com/meetalva/material-design.git
$ cd material-design
$ npm i
$ npm run build
That's all I did, nothing was changed except maybe when I built it.
There were no errors and the ./lib
folder looked fine.
and then I imported the package.json
into Alva.
Thanks for reporting, I can reproduce this. In the meantime you can use the npm installable version of @metalva/material-design
to play with the componennts.
Ok, thank you
In the meantime you can use the npm installable version of
@metalva/material-design
to play with the componennts.
This didn't work. Then I found out it needed to be @meetalva
not @metalva
lol. Thanks.
Edit: Ok, finished installing. And said it was incompatible. I guess I'll make my own now.
I still have this problem with the newest Alva version, where I can install this designkit directly from inside Alva. After pressing "connect" it tries to install for ages and than complains that the library is incompatible...
Yeah, we found out that there is some trouble with the Webpack build. We're investigating it at the moment...
Cool