-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.log
More file actions
51 lines (47 loc) · 2.83 KB
/
Copy patherror.log
File metadata and controls
51 lines (47 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
> rest-express@1.0.0 dev
> cross-env NODE_ENV=development tsx --env-file=.env server/index.ts
npm : file:///D:/OneSheet/node_module
s/@neondatabase/serverless/index.mjs:
1276
At line:1 char:1
+ npm run dev > error.log 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpe
cified: (file:///D:/OneS.../inde
x.mjs:1276:String) [], RemoteExc
eption
+ FullyQualifiedErrorId : Native
CommandError
Array.isArray(I)))throw new
Error('This function can now be
called only as a tagged-template
functio\
^
Error: This function can now be
called only as a tagged-template
function: sql`SELECT ${value}`, not
sql("SELECT $1", [value], options).
For a conventional function call
with value placeholders ($1, $2,
etc.), use sql.query("SELECT $1",
[value], options).
at templateFn (file:///D:/OneShee
t/node_modules/@neondatabase/serverle
ss/index.mjs:1276:25)
at NeonHttpPreparedQuery.execute
(D:\OneSheet\node_modules\src\neon-ht
tp\session.ts:68:24)
at <anonymous> (D:\OneSheet\node_
modules\src\pg-core\query-builders\se
lect.ts:1009:27)
at Object.startActiveSpan (D:\One
Sheet\node_modules\src\tracing.ts:27:
11)
at PgSelectBase.execute (D:\OneSh
eet\node_modules\src\pg-core\query-bu
ilders\select.ts:1008:17)
at PgSelectBase.then (D:\OneSheet
\node_modules\src\query-promise.ts:31
:15)
Node.js v20.20.0