Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x
https://carnaux.github.io/NFT-Marker-Creator/
333 stars 160 forks source link

[error] node app.js -level=1 results RuntimeError: abort(RuntimeError: memory access out of bounds) at Error #88

Open antokhio opened 2 years ago

antokhio commented 2 years ago

Hi, so i came across this wonderful tool, and i wanted to play a bit with settings, however, adding any parameter but -i results exception:

PS C:\Users\User\source\repos\NFT-Marker-Creator> node app.js -level=4 -i ./public/test.png
[error] Error: unrecognised option '(null)'
RuntimeError: memory access out of bounds
RuntimeError: memory access out of bounds

even if i run:

PS C:\Users\User\source\repos\_ar\NFT-Marker-Creator> node app.js --help

ERROR: No image in INPUT command!
 e.g:(-i /PATH/TO/IMAGE)

I suspect this something to do with windows system, i try with PowerShell 7.2 and git bash results are same

kalwalt commented 2 years ago

Hi which node version are you using?

albjeremias commented 2 years ago

maybe make a Dockerfile for this? :) @antokhio

antokhio commented 2 years ago

Hi which node version are you using?

node -v
v16.18.0