We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d975184 + 72d4446 commit 6f550d8Copy full SHA for 6f550d8
src/core/command/create-vue-next/install.ts
@@ -3,10 +3,7 @@ import { logger } from "../../../utils/logger";
3
import { createSpawnCmd } from "../../../utils/createSpawnCmd";
4
import ora from "ora";
5
import chalk from "chalk";
6
-import { join, resolve } from "path";
7
import { packageManagerExecutable } from "../../../utils/package-manager-executable";
8
-import { cwd } from "process";
9
-import { read, readFile, writeFile } from "fs-extra";
10
async function installDeps() {
11
// No output will be shown in the console
12
const cmdIgnore = createSpawnCmd(options.dest, "ignore");
0 commit comments