Closed jaichandra closed 7 years ago
I'm having multiple modules in my app, and I would like to generate folders in specific folders. Specifying the baseDir in package.json doesn't help as it would change based on which module I'd like to use. Any suggestions?
baseDir
package.json
The only solution is to remove the baseDir option, go to your directory and run the command from there.
I'm having multiple modules in my app, and I would like to generate folders in specific folders. Specifying the
baseDir
inpackage.json
doesn't help as it would change based on which module I'd like to use. Any suggestions?