Replies: 1 comment 1 reply
-
I would love to be bale to use this application again. such a useful tool! It wont install on anything i have at the moment. I have tried both the Pi and Mac versions and both have outdated extensions that wont install and the newer replacements dont work due to deprecated functions. Is there any way we could get a functioning pi image that wont require installation of individual components? if someone can get me a fully functioning Raspberry Pi image I am happy to make a public link to it on my hosting server to make it widely available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried installing on pi using the updated instructions on github but I am having a failure when I try to run micboard ( "npm run build" ). Once I try to run, it shows this:
ERROR in ./node_modules/@shopify/draggable/build/esm/shared/utils/closest/closest.mjs 26:22
Module parse failed: Unexpected token (26:22)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| return current;
| }
| } while (current != null && current !== document.body && current !== document);
| return null;
@ ./node_modules/@shopify/draggable/build/esm/Droppable/Droppable.mjs 1:0-58 86:21-28 176:11-18
@ ./node_modules/@shopify/draggable/build/esm/index.mjs
@ ./js/dnd.js
@ ./js/app.js
@ multi whatwg-fetch ./js/app.js
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! micboard@0.8.5 build:
node node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the micboard@0.8.5 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Any ideas?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions