Closed bmuenzenmeyer closed 7 years ago
@bmuenzenmeyer Can you explain on this one?
so we've had problems with npm/requiring starterkits in the past because their package.json
files were missing a main
entrypoint. this was a placeholder issue to make mention of all "official" starterkits that are still to be changed, like: https://github.com/pattern-lab/starterkit-mustache-bootstrap
i will turn this into a to-do list
Oh I missed that, thanks! I will also try to think about a way to check for existence without a main
in package.json
@bmuenzenmeyer I noticed that https://github.com/pattern-lab/starterkit-mustache-base cannot be installed via npm
because no package.json
…
@raphaelokon all starterkits are done. feel free to retest that suite you showed me earlier and close this if it looks good
@bmuenzenmeyer Cheers for updating the starter kits
https://github.com/pattern-lab/starterkit-mustache-materialdesign/blob/master/package.json This one is still missing a main
I guess
ugh. repushed. check again! off to bed for me
Enjoy! Works now – tests do pass. This will be fixed with the next bigger release.
https://github.com/pattern-lab/patternlab-node-cli/blob/master/bin/init.js#L101-L160