Open
Description
Your Question
Getting "SyntaxError: Unexpected token 'with'" while building @tonconnect/[email protected]
Context
I am running this command 'npx nx run-many --target=build --all --parallel=1' to build all the projects as stated in the developers.md file.
But for '@tonconnect/[email protected]' the build st
ep fails with error "SyntaxError: Unexpected token 'with'". Checked the issues section but no such issue found for other people. Most likely this could be my local machine issue or some node version issue.
If possible can you help me in this?
What have you tried so far?
I have tried:
- Checking if am making any mistake while following the setup instructions.
- Check the issues section as well.
Relevant Code or Commands
No response
Documentation Check
- Yes, I have checked the documentation.