Closed plachta11b closed 8 months ago
Missing line #!/usr/bin/env node in js/plugin/main.js file.
#!/usr/bin/env node
js/plugin/main.js
I built this package locally from the rust source. Steps leading to reproducing to execution error:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
npm install -g wasm-pack
apt install pkg-config libssl-dev
wasm-pack build --out-dir js/plugin/dist --target nodejs --no-pack --out-name plugin
npm install --force -g .
Protoc version: libprotoc 25.1 (ubuntu image)
libprotoc 25.1
Version: main-7a6a5473
Yes, this looks like a bug. PRs are welcome.
Missing line
#!/usr/bin/env node
injs/plugin/main.js
file.I built this package locally from the rust source. Steps leading to reproducing to execution error:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
npm install -g wasm-pack
apt install pkg-config libssl-dev
wasm-pack build --out-dir js/plugin/dist --target nodejs --no-pack --out-name plugin
npm install --force -g .
Protoc version:
libprotoc 25.1
(ubuntu image)Version: main-7a6a5473