When trying to deploy from my IDE (VS Code) to Netsuite using the gulp deploy command I am getting the following error:
I am using the Vinson release of SCA, and when using the NPM install command I get a lot of warnings regarding out of date dependencies, I have checked this using NPM outdated command and have updated the packages to a later release.
It looks like it gets to the SASS compiling and then errors in parse.js file, I'm assuming that a value is not getting set up which relates to the undefined error. I don't particularly want to be editing the gulp files, I'm sure it's related to the versioning of some packages.
The usual gulp commands work fine, it's just the deploy that is erroring out.
Any help would be much appreciated, I need to get this uploaded for the client!
Thanks!