-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyarn-error.log
67 lines (55 loc) · 2.79 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
Arguments:
/usr/local/Cellar/node@12/12.16.3/bin/node /usr/local/Cellar/yarn/1.22.4/libexec/bin/yarn.js add serialize-javascript^3.1.0
PATH:
/usr/local/opt/postgresql@11/bin:/usr/local/opt/node@12/bin:./bin:./node_modules/.bin:/Users/ecburghard/.rbenv/shims:/Users/ecburghard/.rbenv/shims:/usr/local/opt/postgresql@11/bin:/usr/local/opt/node@12/bin:./bin:./node_modules/.bin:/Users/ecburghard/.rbenv/shims:/Users/ecburghard/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/sbin
Yarn version:
1.22.4
Node version:
12.16.3
Platform:
darwin x64
Trace:
Error: https://registry.yarnpkg.com/serialize-javascript%5E3.1.0: Not found
at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:66987:18)
at Request.self.callback (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:140748:22)
at Request.emit (events.js:310:20)
at Request.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:141720:10)
at Request.emit (events.js:310:20)
at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:141642:12)
at Object.onceWrapper (events.js:416:28)
at IncomingMessage.emit (events.js:322:22)
at endReadableNT (_stream_readable.js:1187:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
npm manifest:
{
"name": "visa_calculator",
"version": "1.0.0",
"description": "\"New visa calculator to facilitate knowing how long you can stay in a country\"",
"main": "index.js",
"repository": "[email protected]:codersquirrelbln/visa_calculator.git",
"author": "Elisa <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"bootstrap": "^4.3.1",
"flatpickr": "^4.6.3",
"serialize-javascript": "^2.1.2"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
bootstrap@^4.3.1:
version "4.5.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
flatpickr@^4.6.3:
version "4.6.6"
resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-4.6.6.tgz#34d2ad80adfa34254e62583a34264d472f1038d6"
integrity sha512-EZ48CJMttMg3maMhJoX+GvTuuEhX/RbA1YeuI19attP3pwBdbYy6+yqAEVm0o0hSBFYBiLbVxscLW6gJXq6H3A==
serialize-javascript@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"
integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==