跳到主要内容
ArcBlock Community

can't run blocklet dev or access server URLs

void
开发者
blocklet-serverresolved

hello -

✔ You can access your Blocklet Server with either of the following URLs

Secure URLs (Recommended):

i am on the latest blocklet server version: blocklet server v1.16.48. i cannot access this URL. have no VPN on.

blocklet dev gives me this and crashes: ✔ Installing Component BM9000@0.1.167... Done in 0.136s

✔ Component BM9000@0.1.167 was successfully installed

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

Checking endpoint healthy for BM9000, port: 8092, minConsecutiveTime: 3s, timeout: 3600s

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

(2025-08-24 07:31): node: --permission is not allowed in NODE_OPTIONS

i am using:

node v23.3.0

please help, i can't make fixes to our blocklet!

3 条回复

wangshijun13个月前

Hi, what's your output when run blocklet server info?

void13个月前

blocklet server v1.16.48

(node) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/@blocklet/cli/node_modules/@aigne/aigne-hub/lib/cjs/util/model.js is loading ES Module /usr/local/lib/node_modules/@blocklet/cli/node_modules/boxen/index.js using require().

Support for loading ES Module in require() is an experimental feature and might change at any time

(Use node --trace-warnings ... to show where the warning was created)

ℹ Server DID zNKqEL1Ar94EFXsGNY5Hm6byZtuLLoWygofc

ℹ Server binary from: /usr/local/bin/blocklet

ℹ Server config from: /Users/bassmoney/Projects/.blocklet-server/config.yml

ℹ Server router provider: nginx

ℹ Server http port: 80

ℹ Server https port: 443

ℹ Server host cpu: 14 / 14

ℹ Server host memory: 46.30 GiB / 48.00 GiB

ℹ Server host IP: {"internal":"192.168.1.168","external":"97.190.69.59","internalV6":"fe80::1","externalV6":"2600:1012:a123:b832:85a7:3c65:28fd"}

ℹ Server DID zNKqEL1Ar94EFXsGNY5Hm6byZtuLLoWygofc

ℹ Server config from /Users/bassmoney/Projects/.blocklet-server/config.yml

ℹ Server file system isolation status: on(available)

ℹ Docker enabled for running blocklets: off

ℹ Docker installed: off

ℹ Docker installation: On MacOS, you need to install https://orbstack.dev/ and ensure you have sufficient permissions to run Docker.

ℹ Server domain status: mismatch

System:

Copy
OS: macOS 15.3.2

CPU: (14) arm64 Apple M4 Pro

Shell: 3.2.57 - /bin/bash

Binaries:

Copy
Node: 23.3.0 - /usr/local/bin/node

Yarn: 3.3.0 - /usr/local/bin/yarn

npm: 10.9.0 - /usr/local/bin/npm

bun: 1.2.20 - /usr/local/bin/bun

Servers:

Copy
Apache: 2.4.46 - /usr/local/bin/apachectl

Nginx: 1.27.4 - /usr/local/bin/nginx

Virtualization:

Copy
Docker: 20.10.21 - /usr/local/bin/docker

Browsers:

Copy
Chrome: 139.0.7258.139

Safari: 18.3.1

npmGlobalPackages:

Copy
npm: 10.9.0
JianChao12个月前(edited)

你好,此问题已修复,请你安装最新的beta 版本的 @blocklet/cli, 并重试(版本号为: 1.16.50-beta-20250902-043619-201bcaed)

javascriptCopy
npm install -g @blocklet/cli@beta
blocklet server stop
blocklet server start

// app folder
cd app
blocklet dev​
回复