Closed nilocoelhojunior closed 8 years ago
You probably shouldn't use --save-dev
just npm install
. Do you need this for developing the component or to use it?
Also forgot to mention but the error you seem to be getting is a port conflict. Something else is running on port 3000, maybe another node server?
Sorry for my stupidity. I have npm server-json and had not realized that it runs on port 3000. Thanks for the quick response.
realized the following steps: git clone, npm i --save-dev, npm run start
I received the error:
`
any tips?