Skip to content

Commit 8579018

Browse files
author
GatsbyJS Bot
committed
fix: update mdx monorepo to ^1.3.0 (#16607)
1 parent e04274f commit 8579018

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

yarn-error.log

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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-29642e9d-9e2e-4064-9e5b-a6582a8ef3db: 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

0 commit comments

Comments
 (0)