-
-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
Description
The following value is generated:
"main": "generators/index.js",
But it should be generators/app/index.js
as there is no generators/index.js
. Probably the projectRoot
passed to generator-node/generators/app
is wrong:
generator-generator/app/index.js
Line 69 in a4abe0c
projectRoot: 'generators', |