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.
package.json
1 parent f468ccc commit 2fc8462Copy full SHA for 2fc8462
example.js
@@ -7,7 +7,8 @@ import {scaffold} from './lib/index.cjs';
7
// remark-usage-ignore-next 4
8
stubbedFs({
9
node_modules: stubbedFs.load(resolve(__dirname, 'node_modules')),
10
- templates: stubbedFs.load(resolve(__dirname, 'templates'))
+ templates: stubbedFs.load(resolve(__dirname, 'templates')),
11
+ 'package.json': JSON.stringify({})
12
});
13
14
// #### Execute
0 commit comments