mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
fix(v2): swizzle should receive correct load context (#1844)
* fix(v2): swizzle should receive correct load context * new prettier version * niits
This commit is contained in:
parent
b82e211546
commit
d96b5f99b9
21 changed files with 480 additions and 460 deletions
|
@ -18,9 +18,7 @@ if (!semver.satisfies(process.version, requiredVersion)) {
|
|||
console.log(
|
||||
chalk.red(`\nMinimum node version not met :)`) +
|
||||
chalk.yellow(
|
||||
`\nYou are using Node ${
|
||||
process.version
|
||||
}, Requirement: Node ${requiredVersion}.\n`,
|
||||
`\nYou are using Node ${process.version}, Requirement: Node ${requiredVersion}.\n`,
|
||||
),
|
||||
);
|
||||
process.exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue