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 f6ef771 commit eb16d56Copy full SHA for eb16d56
lib/index.js
@@ -2,6 +2,7 @@
2
3
const path = require('path');
4
const fs = require('fs');
5
+const process = require('path');
6
const _ = require('lodash');
7
const chalk = require('chalk');
8
const Generator = require('yeoman-generator');
0 commit comments