Hey!
I was about to make the Gold Medal Metrics project, but when I run “npm install”, even with --force, it ends up throwing millions of errors, the first one being :
npm ERR! code 1
npm ERR! path /Users/antoni/Downloads/project-5-gold-medal-metrics-start/node_modules/sqlite3
npm ERR! command failed
npm ERR! command sh -c – node-pre-gyp install --fallback-to-build
npm ERR! ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c
npm ERR! Failed to execute ‘/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/antoni/Downloads/project-5-gold-medal-metrics-start/node_modules/sqlite3/lib/binding/node-v108-darwin-x64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/Users/antoni/Downloads/project-5-gold-medal-metrics-start/node_modules/sqlite3/lib/binding/node-v108-darwin-x64 --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108’ (1)
Generally it fails and I cannot go on with the project, cause the node_modules folder does not show up. I use macOS v.12.6.3 and WebStorm IDE.
Help me!