I have problems with the installation.
I write "npm install --save @angular2-material/{core,button,card}" but the respond is:
npm ERR! addLocal Could not install
npm ERR! Windows_NT 10.0.10586
npm ERR! argv
npm ERR! node v4.4.3
npm ERR! npm v3.8.6
npm ERR! path G:...
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open 'G:...'
npm ERR! enoent ENOENT: no such file or directory, open 'G:...'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR!
What is the problem?
Regards