Describe the bug
Which version of npm is required for this project? I don't see it documented in the README.md
To Reproduce
Using npm version 8.1.0
npm update returns following error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm run serve returns the following error:
40% building 118/149 modules 31 active /node_modules/vee-validate/dist/vee-validate.esm.jsAssertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file coroutine.cc, line 134.
http://localhost:3000 fails to load
Expected behavior
I expected the project to properly bootstrap
Screenshots
If applicable, add screenshots to help explain your problem.
OS: MacOS
Version Sonoma v14.3.1
Describe the bug
To Reproduce
npm updatereturns following error:npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm run servereturns the following error:40% building 118/149 modules 31 active /node_modules/vee-validate/dist/vee-validate.esm.jsAssertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file coroutine.cc, line 134.http://localhost:3000fails to loadExpected behavior
Screenshots
If applicable, add screenshots to help explain your problem.