You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
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)
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
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",
..
The text was updated successfully, but these errors were encountered: