Open antokhio opened 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:
-i
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
Hi which node version are you using?
maybe make a Dockerfile for this? :) @antokhio
Hi which node version are you using? node -v v16.18.0
node -v v16.18.0
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:even if i run:
I suspect this something to do with windows system, i try with PowerShell 7.2 and git bash results are same