Any way to speed this up? Every service starts bui...
# seed
d
Any way to speed this up? Every service starts building like this
Copy code
INFO: Installing Serverless Framework...              24.68 s
@Frank can I override this and install it as devDependencies with pnpm instead?
Already doing that anyway for plugins…
Painstakingly updated to v3 but
Copy code
Detected frameworkVersion: 3.15.0 in your serverless.yml
$ npm install -g serverless@"3.15.0"
still takes 20 seconds
f
Hey @Danny, we cache the newly released Serverless Framework versions periodically.
Just had the team to add 3.15.0 to the cache.
You shouldn’t see 20 second install time any more.