Mar 5, 202411:22 AM - last edited on Mar 5, 202412:33 PM by jmclaren
HubSpot Product Team
Issues updating project to platformVersion 2023.2
We have seen a few CMS developers reporting a problem upgrading their project to the latest platform version 2023.2, due to an outdated version of the HubSpot CLI in their source code package.json.
Please use the following remediation steps to resolve this issue and refer to our documentation page for additional information regarding platform version (Projects platform versioning (BETA)😞
Go to the local source directory for your CMS project
Clear out your node_modules
Remove the CLI as a dependency in your package.json"@hubspot/cli"
Confirm you have installed and are using the CLI globally on the latest version npm install -g @hubspot/cli@latest
Runnpm install in your project folder to re-install all the other node packages
Try re-uploading the project source againhs project upload
No one has replied to this post quite yet. Check back soon to see if someone has a solution, or submit your own reply if you know how to help! Karma is real.