eli-stewart / Instawork

0 stars 0 forks source link

Project feedback #1

Open adamstep opened 2 days ago

adamstep commented 2 days ago

Hi @eli-stewart , I followed the instructions in the README but getting this frontend error:

Module not found: Can't resolve 'axios'
> 1 | import axios from 'axios';
    | ^
  2 |
  3 | const apiClient = axios.create({
  4 |   baseURL: ['http://localhost:8000/api'](http://localhost:8000/api), 

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./src/app/page.tsx
eli-stewart commented 19 hours ago

Apologies for not including axios in my package.json. It should run properly now! @adamstep

adamstep commented 18 hours ago

It seems like there might be some other libs missing?

Screenshot 2024-09-18 at 2 59 01 PM
eli-stewart commented 16 hours ago

My bad on that. Thanks for your patience. It should be good to go now @adamstep