Robert Wettlaufer
05/13/2022, 8:11 PMframeworkVersion
of ^3.5.0
due to some serverless plugin dependencies that need this, and running into ServerlessError: The Serverless version (2.66.1) does not satisfy the "frameworkVersion" (^3.5.0) in serverless.yml
Brett Fieber
05/13/2022, 8:21 PMRobert Wettlaufer
05/13/2022, 9:23 PMseed.yml
file at the top-level (same as serverless.yml
) with that code but it did not run the hook (INFO: before_compile hook not found. You can define it in your build spec.
). Reading the docs it said that it does not update the serverless version in apps but caches it for speed, and that you must recreate the app/service in order to update this. I’ve created a new app with just one of my services to attempt the deploy with ^3.5.0 serverless version, but I am still running into the same error. I’ve even tried to replace the seed.yml
contents with the example file on the site that should be echoing out the hooks, but even that says it doesn’t find a before_compile hook. Any quick suggestions?