<div dir="ltr">Hello everyone,<div><br></div><div>I was able to get the <b>standalone desktop app</b> working with Ubuntu 20.04 LTS. The earlier issues I faced were due to some packages being not supported, so I had to manually install them. I tried doing some edits to the Purr Data app and was able to successfully build and install the software and see those changes reflected in the app.</div><div><br></div><div>But I'm having a real hard time with the <b>web app</b>. </div><div>I have installed the emscripten dependencies inside the "/purr-data/emscripten" folder.</div><div>When I run `make emscripten`, I get the error,</div><div><b>shared:INFO: (Emscripten: Running sanity checks)</b><br></div><div><b>wasm-ld: error: unknown file type: libdir.o</b><br></div><div><br></div><div>When I run `npm start` inside "/purr-data/emscripten/project/purr-data", I get the message "Serving!" in the console and the app runs on "<a href="http://localhost:5000/" target="_blank">http://localhost:5000/</a>". <br></div><div>But there 3 missing files mentioned in the developer console <b>dejavu.css, default.css, main.js</b>.</div><div>These files are not found in the "/purr-data/emscripten/project/purr-data" folder. The CSS files are in the "/purr-data/pd/nw" folder which is of the standalone app. But the main.js is seen nowhere.</div><div><br></div><div>Thanks for reading,</div><div>Rukshan.</div></div>