From 1c22c72fd0db3e4545f5db9bc1d568240df6bf5d Mon Sep 17 00:00:00 2001 From: Guima Ferreira <43451983+guimaferreira@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:26:48 -0300 Subject: [PATCH] Update the "nan" dependence to the latest version The old version of "nan" throw "message: error C2039: 'AccessorSignature': is not a member of 'v8'" when using ElectronJs. Updating the version solved the problem. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faecaf7..7344d6e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "js-yaml": "3.*", - "nan": "2.15.0", + "nan": "^2.17.0", "prebuild-install": "^5.0.0" }, "devDependencies": {