tintin92 / Pet-Parent

Keep track of your pets data to ensure your furry friend lives a healthy, long-lasting lifestyle.
0 stars 0 forks source link

Jumbo #46

Closed eschiavoni2 closed 3 years ago

eschiavoni2 commented 3 years ago

Created jumbotron component, have it on page. Fixed some code, and fixed an error with npm install --save reactstrap react react-dom -- error was:

../node_modules/create-react-context/lib/index.js Module not found: Can't resolve 'react' in 'C:\Users\emzib\Documents\UCF\Pet-Parent\node_modules\create-react-context\lib' Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys' Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys' Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\swapfile.sys' C:\Users\emzib\Documents\UCF\Pet-Parent\client\node_modules\react-scripts\scripts\start.js:19 throw err; ^ [Error: ENOENT: no such file or directory, stat 'C:\Users\emzib\Documents\My Pictures'] { errno: -4058, code: 'ENOENT', syscall: 'stat', path: 'C:\Users\emzib\Documents\My Pictures' }

tintin92 commented 3 years ago

Yeah I'm not sure why there would be any involvement with photos drive. I'll merge and take a look.