@chrishamm Thanks for the help. I got it working with Node 20.8.1.
First I reinstalled it, by deleting node_modules and running npm install
again. And after setting NODE_OPTIONS
, npm run serve
worked.
@chrishamm Thanks for the help. I got it working with Node 20.8.1.
First I reinstalled it, by deleting node_modules and running npm install
again. And after setting NODE_OPTIONS
, npm run serve
worked.
Hi,
i've the same problem on Ubuntu 22.04 running node v21.0.0.
I cloned the repo from git (master) and installed it with npm install
then executed npm run serve
. The server compiles the files, and eventually displays the same error OP encountered.
In addtion a more extensive error is given, when I try to access the server, see screenshot
Looking at line 91335 in sass.dart.js shows, that navigator.userAgent
seems to be undefined
.
Sadly I'm pretty new to Node/Vue so I'm not really sure, what to do next.
Any suggestions? Thanks for the great work btw.