SaiKo
SaiKo

Reputation: 11

Formio TypeError: Cannot set property navigator of #<Object> which has only a getter

I'm trying to build formio manually using npm, node, mongodb as given in the instructions.

I have started the mongodb server, used npm install to install required packages, then encountered this error on trying npm start.Screenshot of the error on npm start If anyone knows how to resolve these please let me know

tried npm start to start "formio" cloned from git after installing all packages. it keeps returning

Formio TypeError: Cannot set property navigator of #<Object> which has only a getter error

Upvotes: 0

Views: 333

Answers (1)

SaiKo
SaiKo

Reputation: 11

It was due to node version mismatch, had to downgrade to node:lts-alpine3.10 and it worked well. install nvm to manage node versions and downgrade to any lts versions

Upvotes: 1

Related Questions