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.
1 parent 49dc6aa commit 219038aCopy full SHA for 219038a
template/create-app.js
@@ -1,5 +1,5 @@
1
import { execSync } from 'child_process'
2
-import { copyFileSync, cpSync, readFileSync, renameSync, rmSync } from 'fs'
+import { copyFileSync, cpSync, readFileSync, renameSync, rmSync, mkdirSync } from 'fs'
3
import { join, resolve } from 'path'
4
import Arborist from '@npmcli/arborist'
5
import packlist from 'npm-packlist'
0 commit comments