-
Script:
```js
const now = performance.now();
process.report.getReport()
console.log(`Took ${performance.now() - now}ms`);
```
On Node 20.2.0:
```
> node get-report.js
Took 26.4679509997…
-
### What version of Bun is running?
1.1.29
### What platform is your computer?
Linux 6.8.0-45-generic x86_64 x86_64
### What steps can reproduce the bug?
The [webframework](https://github.com/spi…
-
## Environment
```
## System:
- OS: macOS 13.5
- CPU: (8) arm64 Apple M1 Pro
- Memory: 1.14 GB / 16.00 GB
- Shell: 5.9 - /bin/zsh
## Binaries:
- Node: 18.17.0 - ~/.asdf/installs/nodejs/18…
-
Version: Deno 2.0.5
Using vite with `vite-plugin-checker` causes it to invoke Node, and the build fails:
```
/usr/bin/env: 'node': No such file or directory
```
Normally Deno is supposed to…
-
Hi,
I have a question: can i compile NodeJS script for arduino Yun with linino OS ?
I try this:
-compile NodeJS script under Ubuntu 15.04
-copy executable file on arduino Yun and execute it but an er…
-
### Describe the bug
NPM prepare script fails on windows
### NodeJS Version
20.12.2
### npm Version
10.5.0
### warframe-items Version
1.1262.114
### Access Method
npm Package (Default)
### W…
-
Scripts/Modules running in the context created with `vm.createContext` can not access various Node.js built-in apis/modules like `URL`, `node:assert`, `node:http`, etc. This makes it cumbersome to cre…
-
### Plugin Name
homebridge-dahua-alarm
### Link To GitHub Repo
https://github.com/jasonbrowne44/homebridge-dahua-alarm
### Plugin Icon (Optional)
![Siren](https://github.com/user-attachments/asse…
-
Would be nice to get a v6 release out. Here is the workflow I have received to do this:
1. change to the v6.x branch
2. bump the version on package.json
3. commit & push
4. run npm publish
5. t…
ronag updated
1 month ago
-
下面以调试`webpack`为例,总共有如下4步:
1. 先打开vscode配置文件`.vscode/launch.json`;快捷打开方式:`shift + cmd + p`, 输入`launch.json`;
2. 在`launch.json`文件内`configurations`位置输入`node`,会弹出`Launch via NPM`的输入提示:
![image](https…