-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error.captureStackTrace(this, exports.assert); #3003
Comments
Any code to reproduce this? |
actually this error was caused when I ran the project type script. I was
also confused as to which code was causing my project to error when
running, I clicked on the cause of the error in the terminal and went
straight to the joi package
Pada Sel, 21 Nov 2023 05.02, Nicolas Morel ***@***.***>
menulis:
… Any code to reproduce this?
—
Reply to this email directly, view it on GitHub
<#3003 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ43O56DVNMCZ3KJSI6IRVLYFPHNPAVCNFSM6AAAAAA7S5ZSBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJZHA3TINZYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
but my project uses the joy package to use or call .env as config
Pada Sel, 21 Nov 2023 05.06, Danial Bachtiar ***@***.***> menulis:
… actually this error was caused when I ran the project type script. I was
also confused as to which code was causing my project to error when
running, I clicked on the cause of the error in the terminal and went
straight to the joi package
Pada Sel, 21 Nov 2023 05.02, Nicolas Morel ***@***.***>
menulis:
> Any code to reproduce this?
>
> —
> Reply to this email directly, view it on GitHub
> <#3003 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AQ43O56DVNMCZ3KJSI6IRVLYFPHNPAVCNFSM6AAAAAA7S5ZSBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJZHA3TINZYGY>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
[image: Jepretan Layar 2023-11-21 pukul 07.26.57.png]
Pada Sel, 21 Nov 2023 pukul 05.08 Danial Bachtiar ***@***.***>
menulis:
… but my project uses the joy package to use or call .env as config
Pada Sel, 21 Nov 2023 05.06, Danial Bachtiar ***@***.***> menulis:
> actually this error was caused when I ran the project type script. I was
> also confused as to which code was causing my project to error when
> running, I clicked on the cause of the error in the terminal and went
> straight to the joi package
>
> Pada Sel, 21 Nov 2023 05.02, Nicolas Morel ***@***.***>
> menulis:
>
>> Any code to reproduce this?
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#3003 (comment)>, or
>> unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AQ43O56DVNMCZ3KJSI6IRVLYFPHNPAVCNFSM6AAAAAA7S5ZSBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJZHA3TINZYGY>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
|
@danzf if you tried to submit an image, we cannot see it. |
user@danz-2 i-site-service % pm run start: dev
|
Sorry but that doesn't really help, there's no reproducible code here. |
Runtime
node :v18.13.0 , npm :8.19.3
Runtime version
node :v18.13.0 , npm :8.19.3
Module version
"joi": "^17.11.0"
Used with
No response
Any other relevant information
node_modules/@hapi/hoek/lib/error.js:23
Error.captureStackTrace(this, exports.assert);
^
Error: Missing default value
at new module.exports (/user/node_modules/@hapi/hoek/lib/error.js:23:19)
at module.exports (/user/node_modules/@hapi/hoek/lib/assert.js:21:11)
at internals.Base._default (/user/node_modules/joi/lib/base.js:831:9)
at internals.Base.default (/user/node_modules/joi/lib/base.js:111:21)
at Object. (/user/src/modules/settings/entity/schema.ts:15:46)
at Module._compile (node:internal/modules/cjs/loader:1218:14)
at Module.m._compile (/user/node_modules/ts-node/src/index.ts:1618:23)
at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
at Object.require.extensions. [as .ts] (/user/node_modules/ts-node/src/index.ts:1621:12)
at Module.load (node:internal/modules/cjs/loader:1081:32)
[nodemon] app crashed - waiting for file changes before starting...
How can we help?
The text was updated successfully, but these errors were encountered: