I am trying to get the aurelia-materialize bridge plugin to work, and so far have been unable to do it with jspm, so I tried with webpack. I extracted the typescript-webpack skeleton into a folder, ran
npm install
then ran
npm install --save aurelia-materialize-bridge materialize-css
yet the install fails with error:
UNMET PEER DEPENDENCY [email protected]
Any help getting this to work, or showing me any way to use materialize with aurelia would be much appreciated.