-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
64 lines (56 loc) · 2.01 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
Arguments:
/Users/melodywei/.nvm/versions/node/v12.22.6/bin/node /Users/melodywei/.yarn/bin/yarn.js install
PATH:
/Users/melodywei/.yarn/bin:/Users/melodywei/.config/yarn/global/node_modules/.bin:/Users/melodywei/.nvm/versions/node/v12.22.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.22.18
Node version:
12.22.6
Platform:
darwin x64
Trace:
Error: https://registry.affirm-stage.com/artifactory/api/npm/npm/gh-pages: Request "https://registry.affirm-stage.com/artifactory/api/npm/npm/gh-pages" returned a 403
at Request.params.callback [as _callback] (/Users/melodywei/.yarn/lib/cli.js:66147:18)
at Request.self.callback (/Users/melodywei/.yarn/lib/cli.js:140883:22)
at Request.emit (events.js:314:20)
at Request.<anonymous> (/Users/melodywei/.yarn/lib/cli.js:141855:10)
at Request.emit (events.js:314:20)
at IncomingMessage.<anonymous> (/Users/melodywei/.yarn/lib/cli.js:141777:12)
at Object.onceWrapper (events.js:420:28)
at IncomingMessage.emit (events.js:326:22)
at endReadableNT (_stream_readable.js:1241:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
npm manifest:
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"homepage": "https://www.melodywei.com",
"dependencies": {
"gh-pages": "^1.2.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-scripts": "1.1.5",
"react-window-resize-listener": "^1.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile