Replies: 3 comments
-
You're not following the instructions to build the FS. You're following the instructions to run the website locally on your PC; this is purely for testing while developing the site itself. In fact, the site never makes it to an FS on the device, as the website's files index.html, main.jsx and favicon.ico are automatically embedded in ("compiled into", if you will) the firmware image when you execute "pio run". About the error, I think you're running this in a PowerShell PIO terminal window. My guess is that there is something "UNIX-esque" in the package.json's definition of the |
Beta Was this translation helpful? Give feedback.
-
Removing the single quotes from the |
Beta Was this translation helpful? Give feedback.
-
I've just merged #240. As indicated before, this addressed the issue on my system at least. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed the instructions to build the file system README, but I get the following error:
I am new to building the FS this way, but I'am stuck as it seems like the error is in the source or I am using an incompatible version of the tools. All the CLI commands above is entered in the same PIO terminal window.
Beta Was this translation helpful? Give feedback.
All reactions