{"id":23491487,"url":"https://github.com/sarwar-asik/error-solve","last_synced_at":"2026-04-09T12:02:41.230Z","repository":{"id":171711337,"uuid":"648303207","full_name":"sarwar-asik/Error-solve","owner":"sarwar-asik","description":"Errors I Experienced and Their Solutions.","archived":false,"fork":false,"pushed_at":"2023-12-16T16:55:11.000Z","size":366,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:38:11.975Z","etag":null,"topics":["backend","django","errors","github","hosting","issue","javascript","nextjs","node-js","problem","pytho","react","solver","typescript","vercel","vscode"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarwar-asik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-01T16:53:34.000Z","updated_at":"2024-01-18T05:33:57.000Z","dependencies_parsed_at":"2023-11-22T18:36:10.394Z","dependency_job_id":"950d9798-c753-4cf5-9b00-aa390874233c","html_url":"https://github.com/sarwar-asik/Error-solve","commit_stats":null,"previous_names":["sarwar-asik/error-solve"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwar-asik%2FError-solve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwar-asik%2FError-solve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwar-asik%2FError-solve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwar-asik%2FError-solve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarwar-asik","download_url":"https://codeload.github.com/sarwar-asik/Error-solve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975299,"owners_count":21192199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","django","errors","github","hosting","issue","javascript","nextjs","node-js","problem","pytho","react","solver","typescript","vercel","vscode"],"created_at":"2024-12-25T01:28:02.299Z","updated_at":"2025-12-30T20:01:55.786Z","avatar_url":"https://github.com/sarwar-asik.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# My error [vite react ts project] :::\u003e\u003e\u003e\r\n\r\n### 1 Error for every html in [vite react ts project]::::\r\n\r\n```jsx\r\n\r\n    Property 'div' does not exist on type 'JSX.IntrinsicElements'.\r\n```\r\n\r\n### 1 solve : (run the command)\r\n\r\n```bash\r\n    npm install --save-dev @types/react@latest @types/react-dom@latest\r\n```\r\n\r\n#### 2 Error start every modules \u003e\u003e\u003e\r\n\r\n```js\r\n    Parsing error: ESLint was configured to run on `\u003ctsconfigRootDir\u003e/tailwind.config.js` using `parserOptions.project`: \u003ctsconfigRootDir\u003e/tsconfig.json\r\n    However, that TSConfig does not include this file. Either:\r\n    - Change ESLint's list of included files to not include this file\r\n    - Change that TSConfig to include this file\r\n    - Create a new TSConfig that includes this file and include it in your parserOptions.project\r\n    See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-filees\r\n\r\n```\r\n#### 2. SOlve :::: (copy the code in .eslintrc.cjs)\r\n\r\n ```json\r\n \r\n     \"./tsconfig.json\",\r\n\r\n       extends: [\r\n            'eslint:recommended',\r\n            'plugin:@typescript-eslint/recommended',\r\n            'plugin:@typescript-eslint/recommended-requiring-type-checking',\r\n            'plugin:react-hooks/recommended',\r\n            \"./tsconfig.json\",\r\n        ],\r\n\r\n ```\r\n# Github ::::\u003e\u003e\u003e\r\n```js\r\n\r\n            # Error-solve\r\n            #### 1. (github)\r\n                $ git push -u origin main\r\n                    remote: Repository not found.\r\n                    fatal: repository 'https://github.com/sarwar-asik/Ready-Baend1.git/' not found\r\n            #### 1. solve\r\n                git credential-manager uninstall\r\n                git credential-manager install\r\n                git remote remove origin\r\n\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarwar-asik%2Ferror-solve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarwar-asik%2Ferror-solve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarwar-asik%2Ferror-solve/lists"}