You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! enoent ENOENT: no such file or directory, open 'D:\Code\Infoserver\InfoserverAngular2@angular2-material{core,button,card}'
npm ERR! enoent ENOENT: no such file or directory, open 'D:\Code\Infoserver\InfoserverAngular2@angular2-material{core,button,card}'
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
`
What are the steps to reproduce?
create new project with angular-cli, cd to the new folder and execute npm install --save @angular2-material/{core,button,card}
Which versions of Angular, Material, OS, browsers are affected?
angular2 latest rc, OS windows 10
The text was updated successfully, but these errors were encountered:
realised that npm install --save @angular2-material/{core,button,card} should not be taken literally and you need to do npm install --save @angular2-material/core etc.
I am new to npm so thought {core,button,card} would install all three in one shot
Bug, feature request, or proposal:
Bug or documentation improvement in getting started guide
What is the expected behavior?
material2 packages should install into my newly created project
What is the current behavior?
Following the getting started guide, the step where you perform
npm install --save @angular2-material/{core,button,card}
throws an error as follows:`
`
What are the steps to reproduce?
create new project with angular-cli, cd to the new folder and execute npm install --save @angular2-material/{core,button,card}
Which versions of Angular, Material, OS, browsers are affected?
angular2 latest rc, OS windows 10
The text was updated successfully, but these errors were encountered: