Hi all, I'm new to SCA trying to deploy my first e...
# suitecommerce
k
Hi all, I'm new to SCA trying to deploy my first extension which is working locally; after running gulp extension:deploy I get past the steps to set the name/version/etc, console outputs "Preparing content to deploy in DeployDistribution..." and then errors: Error uploading files. Deploy aborted. Reference Error in plugin "gulp extension:deploy" compilerNameLookup is not defined. Any thoughts? Another dev on my team can deploy so I switched to same node version as him (8.9.1) thinking that was the problem, but that didn't help. (2019.2)
e
That is not the minimum node version suggested for that version of suitecommerce, take a look at this: https://developers.suitecommerce.com/section4183926623
k
Thanks for pointing that out. I was originally on 10.16.3, probably for that reason, when I got the error originally. So I guess it's not directly a node version problem.
b
last time i had this problem, I deleted package-lock.json and node modules and re npm installed and was able to deploy
1000 1
k
@Bryce Thanks! That did it; I deleted node_modules earlier but must have forgotten to delete package-lock.json. Got it working now.
netsuite halo 1