-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyarn-error.log
71 lines (60 loc) · 2.26 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
63
64
65
66
67
68
69
70
71
Arguments:
/home/rigo/.nvm/versions/node/v10.19.0/bin/node /usr/bin/yarn add lodash.cloneDeep
PATH:
/home/rigo/.nvm/versions/node/v10.19.0/bin:/home/rigo/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin
Yarn version:
1.22.0
Node version:
10.19.0
Platform:
linux x64
Trace:
Error: https://registry.yarnpkg.com/lodash.cloneDeep: Not found
at Request.params.callback [as _callback] (/usr/lib/node_modules/yarn/lib/cli.js:66975:18)
at Request.self.callback (/usr/lib/node_modules/yarn/lib/cli.js:140727:22)
at Request.emit (events.js:198:13)
at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141699:10)
at Request.emit (events.js:198:13)
at IncomingMessage.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141621:12)
at Object.onceWrapper (events.js:286:20)
at IncomingMessage.emit (events.js:203:15)
at endReadableNT (_stream_readable.js:1145:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
npm manifest:
{
"name": "html-to-vue",
"version": "1.0.0",
"description": "Converts HTML to Vue render functions, while giving the ability to swap out certain HTML nodes with Vue Components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"HTML",
"Vue",
"render",
"render",
"function",
"convert"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"html-parse-stringify2": "^2.0.1"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
html-parse-stringify2@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz#dc5670b7292ca158b7bc916c9a6735ac8872834a"
integrity sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=
dependencies:
void-elements "^2.0.1"
void-elements@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=