Inaolaji Taofeek

Results 12 comments of Inaolaji Taofeek

I'm having the same issue

> I was using the wrong AWS region...if anyone else ever has this issue... I was using eu-central-1 instead of us-east-1

![playlistAdda](https://user-images.githubusercontent.com/101972392/194993031-47f842e8-1ece-4a3c-95da-e4f950a3edd9.jpg) ![playlistAdda2](https://user-images.githubusercontent.com/101972392/194993049-f4fc9122-427a-4ec1-94f8-69b5b115391b.jpg)

@VG-1 you haven't review my commit

I ran `npx gen types typescript --project-id Reference ID > db_types.ts` I got the error below: ``` cp: cannot stat '/c/Users/Aladdin/AppData/Local/npm-cache/_npx/e32269122bb7f099/node_modules/.bin/template.gen': No such file or directory ```

Check for outdated dependence `npm outdated ` then update again with `npm update`

you are to create .env file inside the root directory and copy the file inside the env.example into it. change REACT_APP_GITHUB_TOKEN and GITHUB_USERNAME to generated the key from your GitHub...

> Solved for vite > > ``` > import { defineConfig } from "vite"; > import vue from "@vitejs/plugin-vue"; > > // https://vitejs.dev/config/ > export default defineConfig({ > server: {...