File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ Arguments:
2
+ /usr/local/bin/node /opt/yarn-v1.17.3/bin/yarn.js import
3
+
4
+ PATH:
5
+ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6
+
7
+ Yarn version:
8
+ 1.17.3
9
+
10
+ Node version:
11
+ 10.16.2
12
+
13
+ Platform:
14
+ linux x64
15
+
16
+ Trace:
17
+ Error: https://registry.yarnpkg.com/workspace-aggregator-74e19f5f-588a-4ec4-a47d-0fdf781e4f8f: Not found
18
+ at Request.params.callback [as _callback] (/opt/yarn-v1.17.3/lib/cli.js:66830:18)
19
+ at Request.self.callback (/opt/yarn-v1.17.3/lib/cli.js:140464:22)
20
+ at Request.emit (events.js:198:13)
21
+ at Request.<anonymous> (/opt/yarn-v1.17.3/lib/cli.js:141436:10)
22
+ at Request.emit (events.js:198:13)
23
+ at IncomingMessage.<anonymous> (/opt/yarn-v1.17.3/lib/cli.js:141358:12)
24
+ at Object.onceWrapper (events.js:286:20)
25
+ at IncomingMessage.emit (events.js:203:15)
26
+ at endReadableNT (_stream_readable.js:1145:12)
27
+ at process._tickCallback (internal/process/next_tick.js:63:19)
28
+
29
+ npm manifest:
30
+ {
31
+ "name": "gatsby-starter-theme-workspace",
32
+ "private": true,
33
+ "version": "0.0.1",
34
+ "main": "index.js",
35
+ "license": "MIT",
36
+ "scripts": {
37
+ "build": "yarn workspace example build"
38
+ },
39
+ "workspaces": [
40
+ "gatsby-theme-minimal",
41
+ "example"
42
+ ]
43
+ }
44
+
45
+ yarn manifest:
46
+ No manifest
47
+
48
+ Lockfile:
49
+ No lockfile
You can’t perform that action at this time.
0 commit comments