Open dlindenkreuz opened 7 years ago
@insin can i tackle this? I would also refactor the install-app-functions into one generic function and pass the deps via an array. https://github.com/insin/nwb/blob/master/src/utils.js#L73-L98
Sure but all the other stuff it provides makes it a better fit, especially the deterministic way of handling deps.
Since last week,
create-react-app
usesyarn
for installing dependencies. From the release notes ofcreate-react-app
:We could all benefit from this!