Plugin serverless-fn not available in the default plugins

Hi,

I’m new to serverless and was just about to start with a local example using the FN project.

I created the project with

serverless create --template fn-go --path new-project

and in the serverless.yml, there is the following block:

plugins:
  - serverless-fn

So i tried

serverless plugin install --name serverless-fn

but without success. After serverless plugin list I noticed, that the plugin isn’t there.

How can I install that plugin?

Ok,

npm install --global serverless-fn

helped