Compare commits
1 Commits
main
...
dep-to-cor
Author | SHA1 | Date |
---|---|---|
Alexey Velikiy | 90eed1f326 | 3 years ago |
3 changed files with 3369 additions and 1 deletions
@ -0,0 +1,67 @@ |
|||||||
|
Arguments: |
||||||
|
/home/coin/.nvm/versions/node/v14.16.1/bin/node /home/coin/.nvm/versions/node/v14.16.1/bin/yarn install |
||||||
|
|
||||||
|
PATH: |
||||||
|
/home/coin/.deno/bin:/home/coin/.pyenv/plugins/pyenv-virtualenv/shims:/home/coin/.pyenv/bin:/home/coin/.tiup/bin:/home/coin/.nvm/versions/node/v14.16.1/bin:/home/coin/.pyenv/shims:/home/coin/.pyenv/bin:/home/coin/.cargo/bin:/home/coin/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin |
||||||
|
|
||||||
|
Yarn version: |
||||||
|
1.22.10 |
||||||
|
|
||||||
|
Node version: |
||||||
|
14.16.1 |
||||||
|
|
||||||
|
Platform: |
||||||
|
linux x64 |
||||||
|
|
||||||
|
Trace: |
||||||
|
Error: https://gitlab.com/chartwerk/core/repository/archive.tar.gz?ref=89d0ceb2020f0f5669112995174f3879f1718515: Request failed "503 Service Unavailable" |
||||||
|
at ResponseError.ExtendableBuiltin (/home/coin/.nvm/versions/node/v14.16.1/lib/node_modules/yarn/lib/cli.js:696:66) |
||||||
|
at new ResponseError (/home/coin/.nvm/versions/node/v14.16.1/lib/node_modules/yarn/lib/cli.js:802:124) |
||||||
|
at Request.<anonymous> (/home/coin/.nvm/versions/node/v14.16.1/lib/node_modules/yarn/lib/cli.js:67058:16) |
||||||
|
at Request.emit (events.js:315:20) |
||||||
|
at Request.module.exports.Request.onRequestResponse (/home/coin/.nvm/versions/node/v14.16.1/lib/node_modules/yarn/lib/cli.js:141539:10) |
||||||
|
at ClientRequest.emit (events.js:315:20) |
||||||
|
at HTTPParser.parserOnIncomingClient (_http_client.js:641:27) |
||||||
|
at HTTPParser.parserOnHeadersComplete (_http_common.js:126:17) |
||||||
|
at TLSSocket.socketOnData (_http_client.js:509:22) |
||||||
|
at TLSSocket.emit (events.js:315:20) |
||||||
|
|
||||||
|
npm manifest: |
||||||
|
{ |
||||||
|
"name": "@chartwerk/line-pod", |
||||||
|
"version": "0.2.4", |
||||||
|
"description": "Chartwerk line chart", |
||||||
|
"main": "dist/index.js", |
||||||
|
"scripts": { |
||||||
|
"build": "webpack --config build/webpack.prod.conf.js", |
||||||
|
"dev": "webpack --config build/webpack.dev.conf.js", |
||||||
|
"test": "echo \"Error: no test specified\" && exit 1" |
||||||
|
}, |
||||||
|
"repository": { |
||||||
|
"type": "git", |
||||||
|
"url": "https://github.com/chartwerk/line-chart.git" |
||||||
|
}, |
||||||
|
"author": "CorpGlory", |
||||||
|
"license": "Apache-2.0", |
||||||
|
"dependencies": { |
||||||
|
"@chartwerk/core": "gitlab:chartwerk/core#89d0ceb2020f0f5669112995174f3879f1718515" |
||||||
|
}, |
||||||
|
"devDependencies": { |
||||||
|
"@types/d3": "5.16.4", |
||||||
|
"@types/lodash": "^4.14.149", |
||||||
|
"css-loader": "^3.4.2", |
||||||
|
"d3": "5.16.0", |
||||||
|
"lodash": "^4.17.15", |
||||||
|
"style-loader": "^1.1.3", |
||||||
|
"ts-loader": "^6.2.1", |
||||||
|
"typescript": "^3.8.3", |
||||||
|
"webpack": "^4.42.0", |
||||||
|
"webpack-cli": "^3.3.11" |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
yarn manifest: |
||||||
|
No manifest |
||||||
|
|
||||||
|
Lockfile: |
||||||
|
No lockfile |
Loading…
Reference in new issue