-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
91 lines (83 loc) · 3.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Arguments:
/opt/homebrew/Cellar/node@16/16.18.1/bin/node /opt/homebrew/bin/yarn
PATH:
/Users/mark/.local/bin:/Users/mark/.cabal/bin:/nix/var/nix/profiles/default/bin:/opt/homebrew/opt/node@16/bin:/opt/homebrew/opt/openjdk/bin:/Users/mark/Downloads/clang+llvm-15.0.0-rc1-arm64-apple-darwin21.0/bin:/Users/mark/code/DownOnSpot:/Users/mark/.cargo/bin:/Users/mark/.local/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/Users/mark/.yarn/bin:/Users/mark/.nix-profile/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Applications/Little Snitch.app/Contents/Components:/usr/local/MacGPG2/bin:/Users/mark/.ghcup/bin
Yarn version:
1.22.10
Node version:
16.18.1
Platform:
darwin arm64
Trace:
Error: connect EBADF 140.82.121.3:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
npm manifest:
{
"name": "ry-blocks",
"version": "1.0.0",
"description": "A design system for the Web, built in PureScript and React",
"main": "index.js",
"repository": "[email protected]:rowtype-yoga/ry-components.git",
"author": "Mark Eibes <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.0",
"storybook": "^7.0.0-alpha.48",
"@storybook/addon-essentials": "^7.0.0-alpha.48",
"@storybook/addon-interactions": "^7.0.0-alpha.48",
"@storybook/react-webpack5": "^7.0.0-alpha.48",
"@storybook/testing-library": "^0.0.13",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"react-refresh": "^0.13.0",
"rimraf": "^3.0.2",
"source-map": "GerHobbelt/source-map#patch-8",
"source-map-loader": "^3.0.1",
"svg2psreact": "^2.1.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
"clean": "rimraf node_modules output dce-output .spago dist/* *.lock dist",
"build": "spago build",
"build:stories": "spago -x stories.dhall build",
"convert-svgs": "node convert-svgs.js",
"postinstall": "spago install",
"pretest": "yarn build",
"test": "spago test",
"prestart": "yarn build",
"start": "webpack-dev-server --open --config webpack.dev.js",
"bundle": "yarn bundle:build && yarn bundle:dce && yarn bundle:webpack",
"prestorybook": "yarn build:stories",
"storybook": "storybook dev -p 6006",
"prebuild-storybook": "yarn build",
"build-storybook": "storybook build"
},
"dependencies": {
"@dnd-kit/core": "^6.0.1",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.0",
"@dnd-kit/utilities": "^3.2.0",
"@emotion/react": "^11.9.0",
"@popperjs/core": "^2.11.5",
"downshift": "^6.1.7",
"framer-motion": "^6.3.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-intersection-observer": "^9.1.0",
"react-popper": "^2.3.0",
"react-syntax-highlighter": "^15.5.0"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile