0
I’m trying to make a project using the Material Design
I have NPM installed but, I’m not able to install. I enter the project folder and the terminal type:
npm install --save material-components-web
The following messages appear:
+ [email protected]
updated 1 package in 4.986s
I refer to my test file:
"node_modules/material-components-web/dist/material-components-web.css"
"src="node_modules/material-components-web/dist/material-components-web.js"
What I’m doing wrong?
followed these steps? https://material.io/components/web/docs/getting-started/ you have the dependencies installed?
– Hebert Lima
@Hebertdelima Thanks! That’s right! The page is a bit confusing. We enter the main page and choose the type of design. It does not explain about these dependencies. Again thank you.
– Luis Souza
it is always good to search for the documentation, it seems silly but reading the "manual" saves hours breaking the head! rs
– Hebert Lima