-
Notifications
You must be signed in to change notification settings - Fork 43
Description
chikkachun@chikdeMBP ~ % git clone https://github.com/4g3nt47/Striker.git
cd Striker
Cloning into 'Striker'...
remote: Enumerating objects: 1297, done.
remote: Counting objects: 100% (114/114), done.
remote: Compressing objects: 100% (77/77), done.
remote: Total 1297 (delta 51), reused 80 (delta 37), pack-reused 1183
Receiving objects: 100% (1297/1297), 469.71 KiB | 3.11 MiB/s, done.
Resolving deltas: 100% (741/741), done.
chikkachun@chikdeMBP Striker % cd backend
chikkachun@chikdeMBP backend % npm install
added 254 packages, and audited 255 packages in 15s
14 packages are looking for funding
run npm fund for details
12 vulnerabilities (10 moderate, 1 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run npm audit for details.
chikkachun@chikdeMBP backend % mkdir static
chikkachun@chikdeMBP backend % node index.js
Assertion failed: You must provide either mongoUrl|clientPromise|client in options
/Users/chikkachun/Striker/backend/node_modules/connect-mongo/build/main/lib/MongoStore.js:119
throw new Error('Cannot init client. Please provide correct options');
^
Error: Cannot init client. Please provide correct options
at new MongoStore (/Users/chikkachun/Striker/backend/node_modules/connect-mongo/build/main/lib/MongoStore.js:119:19)
at MongoStore.create (/Users/chikkachun/Striker/backend/node_modules/connect-mongo/build/main/lib/MongoStore.js:136:16)
at file:///Users/chikkachun/Striker/backend/index.js:60:21
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
at async loadESM (node:internal/process/esm_loader:40:7)
at async handleMainPromise (node:internal/modules/run_main:66:12)
Node.js v20.5.1
chikkachun@chikdeMBP backend %