-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarn-error.log
62 lines (51 loc) · 2.66 KB
/
yarn-error.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Arguments:
/Users/xiaofan/.nvm/versions/node/v10.15.0/bin/node /usr/local/bin/yarn add webpack webpack-cli babel-loader awesome-typescript-loader source-map-loader - D
PATH:
/Users/xiaofan/.rvm/gems/ruby-2.4.2/bin:/Users/xiaofan/.rvm/gems/ruby-2.4.2@global/bin:/Users/xiaofan/.rvm/rubies/ruby-2.4.2/bin:/usr/local/opt/[email protected]/bin:/Users/xiaofan/.nvm/versions/node/v10.15.0/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.4/bin:/Library/Frameworks/Python.framework/Versions/3.5/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS:/Users/xiaofan/.rvm/bin
Yarn version:
1.13.0
Node version:
10.15.0
Platform:
darwin x64
Trace:
Error: https://registry.npm.taobao.org/-: Not found
at Request.params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/cli.js:66255:18)
at Request.self.callback (/usr/local/lib/node_modules/yarn/lib/cli.js:129397:22)
at Request.emit (events.js:182:13)
at Request.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:130369:10)
at Request.emit (events.js:182:13)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:130291:12)
at Object.onceWrapper (events.js:273:13)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
npm manifest:
{
"name": "webpack4-ts-environment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.11.1",
"typescript": "^3.6.4"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^12.11.1":
version "12.11.1"
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
integrity sha1-H9e4IfeYt/op9mehvo80QruJIqM=
typescript@^3.6.4:
version "3.6.4"
resolved "https://registry.npm.taobao.org/typescript/download/typescript-3.6.4.tgz?cache=0&sync_timestamp=1571206674846&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
integrity sha1-sYdSuzeSvBoCgTNff26/G7/FuR0=