There was a bug being generated in the package.json
file with Node SDKs that had no test cases. The bug was related to trailing commas being generated in the package
file's dependencies. Causing the package
file to not resolve dependencies. The bug has been fixed now.
Please regenerate your NodeJS SDK to get the bug fix