caderek / aocrunner

Advent of Code runner
ISC License
163 stars 23 forks source link

Asking to install esbuild on each hot-reload #24

Closed kiikoh closed 1 year ago

kiikoh commented 1 year ago

image

INPUT FOR AOC 2022 DAY 7 ALREADY FETCHED
Transpiling...

Need to install the following packages:
  esbuild
Ok to proceed? (y) y

  dist/day02/index.js         2.6kb
  dist/day05/index.js         2.2kb
  dist/day03/index.js         1.6kb
  dist/day04/index.js         1.3kb
  dist/day01/index.js         873b
  dist/day06/index.js         834b
  dist/day07/index.js         699b
  dist/template/index.js      423b
  dist/utils/index.js          34b
  dist/day02/index.js.map     5.3kb
  dist/day05/index.js.map     4.9kb
Transpiling...

Need to install the following packages:
  esbuild
Ok to proceed? (y) y

  dist/day07/index.js      699b
  dist/day07/index.js.map  1.5kb

⚡ Done in 1ms

-- Day 7 ------------------------------
kiikoh commented 1 year ago

Fixed issue by including esbuild as devdependency