Segmentation fault when using johnny-five with deno
I want to using johnny-five with deno, here is my code:
But when I try to run it, I got this
Any idea how to solve it?
(Note: node-gyp has been installed with Deno globally, also added
--allow-script
params, no error occurred when installing)3 Replies
And for now, below is error message printed if I deleted node_module directory and run command
deno install --allow-scripts
pastemyst | (untitled)
a powerful website for storing and sharing text and code snippets. completely free and open source.
But for node.js there is no node-gyp error like that when installing
🤔