-
### 异常模块
ScriptEngine(脚本引擎)
### 操作系统
Windows 11
### LiteLoader版本
2.5.1
### BDS版本
1.19.20
### 发生了什么?
RT,这是个编写nodejs插件时发现的问题。
此问题在quickjs中没有发现。
### 复现此问题的步骤
将这串代码输入到您的nodejs插件中,您会发现mc.listen…
-
https://github.com/elastic/apm-agent-nodejs/issues/1952 will add initial experimental ESM support. This issue lists a number of follow tasks for ESM support:
- [ ] node v20 support (there is an IIT…
-
### System Info
System:
OS: Windows 11 10.0.22631
CPU: (40) x64 Intel(R) Xeon(R) Silver 4210R CPU @ 2.40GHz
Memory: 34.83 GB / 63.66 GB
Binaries:
Node: 20.11.0 - C:\Program F…
-
可以翻译,但是后台提示报错:系统未安装Node.js,无法运行FKServer云算力环境
-
Here is my nodejs server code:
![image](https://user-images.githubusercontent.com/21232983/67167817-62551100-f3d0-11e9-8af5-19284d6ee2cd.png)
And i want to input an url to render a SWC file (test.…
-
The main reason is to check the application server was successfully started after built
-
Happens with both VSCodium 1.95.0.24287-insider and 1.94.2.24286. Client is MacOS ARM64, server is RISC-V64 Armbian/Debian Sid Linux.
Log entry - the full log file for 1.95.0.24287-insider is attac…
-
**Fission/Kubernetes version**
$ fission version
client:
fission/core:
BuildDate: "2024-10-04T07:43:36Z"
GitCommit: 352090d0
Version: v1.20.5
server:
fission/…
-
I am having a simple app created with https://github.com/facebook/create-react-app that I am using with this plugin. To start it I am running `gradle yarn_run_start` which starts a nodejs dev server w…
-
### Description
The following code is from README.md, I run it by `node main.js`
```
import { createClient } from 'redis';
const client = createClient();
client.on('error', err => console.log…