美味的小圓
美味的小圓
DDeno
Created by 美味的小圓 on 5/15/2025 in #help
Segmentation fault when using johnny-five with deno
🤔
5 replies
DDeno
Created by 美味的小圓 on 5/15/2025 in #help
Segmentation fault when using johnny-five with deno
But for node.js there is no node-gyp error like that when installing
5 replies
DDeno
Created by 美味的小圓 on 5/15/2025 in #help
Segmentation fault when using johnny-five with deno
After deno add --allow-scripts node-gyp and install again: https://paste.myst.rs/bzlmpjy4
5 replies
DDeno
Created by 美味的小圓 on 5/15/2025 in #help
Segmentation fault when using johnny-five with deno
And for now, below is error message printed if I deleted node_module directory and run command deno install --allow-scripts
error: script 'install' in '@serialport/bindings@8.0.8' failed with exit code 1
stderr:
prebuild-install WARN install No prebuilt binaries found (target=22.14.0 runtime=node arch=arm64 libc= platform=darwin)
error: Failed resolving binary export. '/Users/kay/Desktop/johnnytest/node_modules/.deno/node-gyp@11.2.0/node_modules/node-gyp/package.json' did not exist

error: failed to run scripts for packages: @serialport/bindings@8.0.8
error: script 'install' in '@serialport/bindings@8.0.8' failed with exit code 1
stderr:
prebuild-install WARN install No prebuilt binaries found (target=22.14.0 runtime=node arch=arm64 libc= platform=darwin)
error: Failed resolving binary export. '/Users/kay/Desktop/johnnytest/node_modules/.deno/node-gyp@11.2.0/node_modules/node-gyp/package.json' did not exist

error: failed to run scripts for packages: @serialport/bindings@8.0.8
5 replies
DDeno
Created by 美味的小圓 on 12/12/2024 in #help
Problem about using Deno docker image
Seems that it happened on RUN deno install --allow-scripts in dockerfile
3 replies
DDeno
Created by 美味的小圓 on 12/12/2024 in #help
Problem about using Deno docker image
Already tried using image denoland/deno:alpine and denoland/deno:latest to build
3 replies
DDeno
Created by haroon on 10/19/2024 in #help
no intellisense for expressjs with deno lsp
// @deno-types="npm:@types/express@4.17.15"
// @deno-types="npm:@types/express@4.17.15"
4 replies
DDeno
Created by haroon on 10/19/2024 in #help
no intellisense for expressjs with deno lsp
🤔
4 replies
DDeno
Created by haroon on 10/19/2024 in #help
no intellisense for expressjs with deno lsp
Maybe you forget this line?
4 replies