Closed 100ideas closed 6 years ago
Oh thanks!!! :) This is really weird though, since I'm not getting any errors and building all possible combinations before pushing a new release. Maybe I've got those node typedefs installed globally, not sure, but will add it pronto... :)
yarn create hdom-app
(v0.3.0) produces a default project scaffold that leads to a typescript compile error. Type definitions for node are not included so the ts compiler chokes on the reference toprocess.env.NODE_ENV
inindex.ts
.One solution is to add
@types/node
topackage.json
devDependencies. Not sure if that's overkill or if there is another preferred way of setting up the environment around the output ofcreate-hdom-app
. Maybe most people already have node ts type definitions installed globally?Thanks so much for this fantastic collection of packages! I am becoming a better programmer thanks to the excellent documentation, examples, and modularity of your "umbrella" project.
error:
log: