Create custom n8n node -- Windows

when creating costume node and then build:

n8n-node-dev build

, I am recieving this error on windows machine:

C:\Users\xxxxxxxxxx\AppData\Roaming\npm\node_modules\n8n-node-dev\node_modules.bin\tsc:2
basedir=$(dirname “$(echo “$0” | sed -e ‘s,\,/,g’)”)
^^^^^^^

SyntaxError: missing ) after argument list
at wrapSafe (internal/modules/cjs/loader.js:991:16)
at Module._compile (internal/modules/cjs/loader.js:1039:27)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1096:10)
at Module.load (internal/modules/cjs/loader.js:940:32)
at Function.Module._load (internal/modules/cjs/loader.js:781:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47
The nodes got build and saved into the following folder:
C:\Users\rosario.kotzaneck.n8n\custom

C:\WINDOWS\system32>

Did anyone go through this? Thank you.

Welcome to the community @Alexa_Cris!

I just released [email protected] please try with that one. That should include a fix for that issue.

thanks, the issue was fixed