Open RobbyGit opened 2 years ago
Hi there
I would love to use this with out Dahua camera but I have to admit not understanding how to run it.
I did the following:
Now I run node index.js and I get the following error
SyntaxError: Cannot use import statement outside a module
Am i just to much of a newbe to run this ?
Thanks
Robby
I think you are supposed to serve the dist folder after the "npm run build" command instead of running "node index.js"
try
npm i -g serve npm run build serve dist
then go http://localhost:3000
Hi there
I would love to use this with out Dahua camera but I have to admit not understanding how to run it.
I did the following:
Now I run node index.js and I get the following error
SyntaxError: Cannot use import statement outside a module
Am i just to much of a newbe to run this ?
Thanks
Robby