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
(2024-07-22 11:36:21): (node:59739) ExperimentalWarning: Permission is an experimental feature
(2024-07-22 11:36:21): (Use `node --trace-warnings ...` to show where the warning was created)
(2024-07-22 11:36:21): (node:59739) SecurityWarning: The flag --allow-addons must be used with extreme caution. It could invalidate the permission model.
(2024-07-22 11:36:21): (node:59739) SecurityWarning: The flag --allow-child-process must be used with extreme caution. It could invalidate the permission model.
(2024-07-22 11:36:21): (node:59739) SecurityWarning: The flag --allow-worker must be used with extreme caution. It could invalidate the permission model.
(2024-07-22 11:36:22): node:internal/errors:540
(2024-07-22 11:36:22): throw error;
(2024-07-22 11:36:22): ^
(2024-07-22 11:36:22):
(2024-07-22 11:36:22): TypeError [ERR_INVALID_ARG_TYPE]: The "reference" argument must be of type string. Received an instance of Buffer
(2024-07-22 11:36:22): at Object.has (node:internal/process/permission:25:7)
(2024-07-22 11:36:22): at lstat (node:fs:1551:45)
(2024-07-22 11:36:22): at _rimraf (node:internal/fs/rimraf:67:3)
(2024-07-22 11:36:22): at rimraf (node:internal/fs/rimraf:46:3)
(2024-07-22 11:36:22): at node:internal/fs/rimraf:145:7
(2024-07-22 11:36:22): at Array.forEach (<anonymous>)
(2024-07-22 11:36:22): at node:internal/fs/rimraf:142:5
(2024-07-22 11:36:22): at FSReqCallback.oncomplete (node:fs:187:23) {
(2024-07-22 11:36:22): code: 'ERR_INVALID_ARG_TYPE'
(2024-07-22 11:36:22): }
(2024-07-22 11:36:22):
Reproduction Steps
blocklet create nestjs-demo
选择 nestjs 模板,完成应用的创建
安装依赖,执行 blockelt dev
Observed Behavior
如上
Expected Behavior
能够正常运行起来
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
LancelotLewis
changed the title
[Bug]: Bug title
[Bug]: Error with nestjs in nodejs v22.5.x
Jul 22, 2024
Describe the bug
relates #338
使用 nodejs v22.5.x 版本(低于 22.5.0 版本都是正常的),nestjs 模板创建的应用会报以下错误
Reproduction Steps
blockelt dev
Observed Behavior
如上
Expected Behavior
能够正常运行起来
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: