I'm trying to make a project using Material Design
I have NPM installed but, I'm not able to install. I enter the project folder and the terminal digit:
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 am I doing wrong?