diff --git a/src/commands/node/install.ts b/src/commands/node/install.ts index 7b8d5f0f..a2b38aec 100644 --- a/src/commands/node/install.ts +++ b/src/commands/node/install.ts @@ -2,8 +2,6 @@ import { SwankyCommand } from "../../lib/swankyCommand.js"; import { ux } from "@oclif/core"; import { downloadNode, swankyNode } from "../../lib/index.js"; import path from "node:path"; -import { writeJSON } from "fs-extra/esm"; - export class InstallNode extends SwankyCommand { static description = "Install swanky node binary";