n3me5is-git
n3me5is-git
Will it be possible to add in docker hub also the ARM version for the raspberry (32bit) for the latest image?
For now i'm ovverriding it in the package.json ``` "overrides": { "parse-dashboard": { "inquirer": "8.2.4" } }, ``` Probably the fix is changing the way inquirer is imported.
References: https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%409.0.0 > Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node...
Same issue here (tried with Compass only)