Raspberry Pi NodeJS Error

I have a raspberry pi 2 Model B V1.1 and I have followed the instructions online and every time I press a button on my phone on the blynk app it comes up with a error. I have no java knowledge so I don’t know what it means. This is the error that comes up:
/home/pi/STARTUP/node_modules/blynk-library/blynk-node.js:320
var pin = new mraa.Gpio(parseInt(values[1]));
^

Error: Illegal arguments for construction of _exports_Gpio
at Error (native)
at process (/home/pi/STARTUP/node_modules/blynk-library/blynk-node.js:320:19)
at Blynk.onReceive (/home/pi/STARTUP/node_modules/blynk-library/blynk.js:469:29)
at . (/home/pi/STARTUP/node_modules/blynk-library/blynk.js:548:50)
at emitOne (events.js:96:13)
at emit (events.js:188:7)
at TLSSocket. (/home/pi/STARTUP/node_modules/blynk-library/blynk-node.js:212:16)
at emitOne (events.js:96:13)
at TLSSocket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)

and I don’t know what it means
Can someone help me because I have been doing this for about 6 hours.