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 93a0275 commit 51006d4Copy full SHA for 51006d4
1 file changed
commands/setup_theme.js
@@ -1,7 +1,7 @@
1
import fs from 'fs';
2
import path from 'path';
3
import fetch from 'node-fetch';
4
-import AdmZip from 'adm-zip';
+var AdmZip = require('adm-zip');
5
import ProgressBar from 'progress';
6
import ora from 'ora';
7
import chalk from 'chalk';
0 commit comments