I probably miss some package and some instructions in the README would fix this.
node 20/22
$ npm run build
> upnp-client-ts@1.1.1 build
> parcel build
🚨 No entries found.
at Bundler.bundle (.../n/lib/node_modules/parcel-bundler/src/Bundler.js:275:17)
node 24
$ npm run build
> upnp-client-ts@1.1.1 build
> parcel build
.../n/lib/node_modules/parcel-bundler/node_modules/bindings/bindings.js:126
err = new Error(
^
Error: Could not locate the bindings file. Tried:
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/Debug/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/Release/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/out/Debug/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/Debug/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/out/Release/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/Release/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/default/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/compiled/24.8.0/linux/x64/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/addon-build/release/install-root/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/addon-build/debug/install-root/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/addon-build/default/install-root/deasync.node
→ .../n/lib/node_modules/parcel-bundler/node_modules/deasync/lib/binding/node-v137-linux-x64/deasync.node
at bindings (.../n/lib/node_modules/parcel-bundler/node_modules/bindings/bindings.js:126:9)
at Object.<anonymous> (.../n/lib/node_modules/parcel-bundler/node_modules/deasync/index.js:30:31)
at Module._compile (.../n/lib/node_modules/parcel-bundler/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)
at Object..js (node:internal/modules/cjs/loader:1893:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:244:24)
at Module.require (node:internal/modules/cjs/loader:1503:12)
at require (.../n/lib/node_modules/parcel-bundler/node_modules/v8-compile-cache/v8-compile-cache.js:159:20) {
tries: [
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/Debug/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/Release/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/out/Debug/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/Debug/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/out/Release/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/Release/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/build/default/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/compiled/24.8.0/linux/x64/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/addon-build/release/install-root/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/addon-build/debug/install-root/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/addon-build/default/install-root/deasync.node',
'.../n/lib/node_modules/parcel-bundler/node_modules/deasync/lib/binding/node-v137-linux-x64/deasync.node'
]
}
I probably miss some package and some instructions in the README would fix this.
node 20/22
node 24