Posts by Robson Rodrigues • 33 points
4 posts
- 
		0 votes1 answer176 viewsA: How to run http-server Node?The problem was the proxy configuration, I had been informed a proxy that was not the current one, so I set the correct proxy worked. npm config set proxy http://username:password@proxyname:port… 
- 
		0 votes1 answer176 viewsQ: How to run http-server Node?Guys I’m trying to install http-server npm install http-server -g however is giving this error, I already set the proxy, what can be? log: 0 info it worked if it ends with ok 1 verbose cli [… 
- 
		1 votes2 answers3949 viewsQ: How to change the style of an React component by clicking a button?Guys I’m using React and I’m creating some components, I’m very beginner in React, I’m styling the components in an external css file and importing, but I need to make a side bar q need to open and… 
- 
		2 votes1 answer137 viewsQ: Buttons added underneath Reciclerview do not appearI’m using a Linearlayout with a Reciclerview and 3 buttons underneath it. I’m doing this, but Reciclerview takes up the whole screen and the buttons don’t appear. <?xml version="1.0"…