Skip to content
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

node ./make.mjs ……reports an error #91

Open
orwithout opened this issue Jun 1, 2023 · 0 comments
Open

node ./make.mjs ……reports an error #91

orwithout opened this issue Jun 1, 2023 · 0 comments

Comments

@orwithout
Copy link

orwithout commented Jun 1, 2023

[root@c stealth]# node ./make.mjs
(L)
(L) clean()
(L)
(I) base: clean("$PWD")
(I) browser: clean("$PWD")
(I) covert: clean("$PWD")
(I) stealth: clean("$PWD")
(L)
(L) build()
(L)
(I) base: build("$PWD")
(I) browser: build("$PWD")
(W) base: build("$PWD"): skip
(I) covert: build("$PWD")
(W) base: build("$PWD"): skip
(I) stealth: build("$PWD")
(W) base: build("$PWD"): skip
(W) browser: build("$PWD"): skip
(W) stealth: build("$PWD"): skip
(L)
(L) lint()
(L)
(node:16572) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use node --trace-deprecation ... to show where the warning was created)
(E) > /stealth/source/connection/DNS.mjs#L557:if (URL.isURL(url) !== true) {
(E) > /stealth/source/connection/MDNS.mjs#L629:if (URL.isURL(url) !== true) {

(W) > /stealth/source/language/Parser.mjs#L216:return types.includes(token.type) || token.type === null;
(W) > /stealth/source/optimizer/CSS.mjs#L18:if (path !== null && path.endsWith('.css')) {
(W) > /stealth/source/optimizer/CSS.mjs#L27:if (path !== null && path.endsWith('.css')) {
(W) > /stealth/source/optimizer/HTML.mjs#L18:if (path !== null && path.endsWith('.html')) {
(W) > /stealth/source/optimizer/HTML.mjs#L27:if (path !== null && path.endsWith('.html')) {
(W) > /stealth/source/packet/HTTP.mjs#L345:let check = range.split('=').pop().split(',').map((r) => r.trim()).filter((r) => r.includes('-'));
(W) > /stealth/source/server/Peerer.mjs#L765:peer.domain.endsWith('.tholian.local')
(W) > /stealth/source/server/Webproxy.mjs#L122:response.headers['content-type'].startsWith('audio/')
(W) > /stealth/source/server/Webproxy.mjs#L123:|| response.headers['content-type'].startsWith('video/')
(W) > /stealth/source/server/Webserver.mjs#L124:response.headers['content-type'].startsWith('audio/')
(W) > /stealth/source/server/Webserver.mjs#L125:|| response.headers['content-type'].startsWith('video/')
(W) > /stealth/source/server/Webserver.mjs#L470:|| (packet.headers['@url'] || '').startsWith('/browser')
(W) > /stealth/source/server/service/Blocker.mjs#L124:blocker = this.stealth.settings.blockers.find((b) => domain.endsWith('.' + b.domain)) || null;

OS: Rocky-Linux-9
node version : v16.18.1

image

image

Also, on windows, I have no success running

What should i do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant