You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bmorrical
changed the title
Project won't bootstrap
Project won't bootstrap with npm -v 8.1.0
Feb 21, 2024
Describe the bug
To Reproduce
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 loadExpected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: