We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7d203 commit c1b2907Copy full SHA for c1b2907
packages/lib/src/shell/files.ts
@@ -10,7 +10,7 @@ import { type FileSpec, planFiles } from "../core/templates.js"
10
import { FileExistsError } from "./errors.js"
11
import { resolveBaseDir } from "./paths.js"
12
13
-import { fileURLToPath } from "node:url"
+import { fileURLToPath } from "url"
14
15
const ensureParentDir = (path: Path.Path, fs: FileSystem.FileSystem, filePath: string) =>
16
fs.makeDirectory(path.dirname(filePath), { recursive: true })
0 commit comments