Skip to content

Commit

Permalink
fix: node_modules created on current dir (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Apr 8, 2020
1 parent c5f0e69 commit 532fa9e
Show file tree
Hide file tree
Showing 2 changed files with 797 additions and 567 deletions.
1 change: 1 addition & 0 deletions lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ class Generator {
npmi({
name: this.templateName,
install: force,
path: ROOT_DIR,
pkgName: 'dummy value so it does not force installation always',
npmLoad: {
loglevel: 'http',
Expand Down
Loading

0 comments on commit 532fa9e

Please sign in to comment.