Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Alejandro Jiménez-Flores
seal-mask
.a{fill-rule:evenodd;}techdegree
Alejandro Jiménez-Flores
Full Stack JavaScript Techdegree Student 14,981 Points

Issues starting project (Cant get the client to run)

Hi, I ran into the same problem as Andrew , to solve it, I transferred most of the files from the “client_completed” (excluded the “src folder”) into the non completed, then npm install/start both and that did the trick.

also, this is referenced in the next video as being on the teachers notes but is not included in the teachers notes. const [name, setName] = useState(''); const [username, setUser] = useState('') const [password, setPass] = useState('') const [errors,setErrors] = useState([])