Open ryanvolum opened 6 years ago
On further review, it appears that some of these dependencies only exist for the demos (which either aren't or shouldn't be part of the npm package). Consider making each sample its own project (with its own package.json/dependencies), and only include them in the repo
I opened issue #40 regarding the factoring of samples code.
fs
and readline-sync
factored out to samples project in eb5000cb9d2f71b505b5bf678f8a83bc135862f7.dotenv
eliminated in 3166f1e21cf96fed8d0fbe56aeb4f38841b62fd6.I may have unwittingly reintroduced fs when I moved the samples into src after factoring out token-flow.
Webpacking
short-order
fails given its use offs
,dotenv
andreadline-sync
, which are used specifically in a node runtime. If these packages are not core toshort-order
, please consider removing them so thatshort-order
can run in browser.See errors for more details: