Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

vscode\sqlite3 absent #118

Open
itforxp opened this issue Oct 30, 2023 · 0 comments
Open

vscode\sqlite3 absent #118

itforxp opened this issue Oct 30, 2023 · 0 comments

Comments

@itforxp
Copy link

itforxp commented Oct 30, 2023

Bug report

Required System information

Yarn version:
1.22.5

Node version:
16.20.2

Platform:
linux x64

Trace:
Error: https://registry.npmjs.org/@vscode/sqlite3/-/sqlite3-5.0.8.tgz: Request failed "500 Internal Server Error"
at ResponseError.ExtendableBuiltin (/opt/yarn-v1.22.5/lib/cli.js:696:66)
at new ResponseError (/opt/yarn-v1.22.5/lib/cli.js:802:124)
at Request. (/opt/yarn-v1.22.5/lib/cli.js:67058:16)
at Request.emit (node:events:513:28)
at Request.module.exports.Request.onRequestResponse (/opt/yarn-v1.22.5/lib/cli.js:141626:10)
at ClientRequest.emit (node:events:513:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
at TLSSocket.socketOnData (node:_http_client:534:22)
at TLSSocket.emit (node:events:513:28)

npm manifest:
{
"name": "strapi-migration-database",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@vscode/sqlite3": "^5.0.8",
"dotenv": "^16.0.0",
"knex": "^1.0.3",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"pg": "^8.7.3",
"pluralize": "^8.0.0"
}
}

Describe the bug

#yarn
..
error An unexpected error occurred: "https://registry.npmjs.org/@vscode/sqlite3/-/sqlite3-5.0.8.tgz: Request failed "500 Internal Server Error"".
..

Steps to reproduce the behavior

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Code snippets

If applicable, add code samples to help explain your problem.

Additional context

Add any other context about the problem here.
Make some workaround: with
..
"@vscode/sqlite3": "^5.1.2",
..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant