Serverless plugin "serverless-plugin-browserifier" not found

I need help with the following error please:
Serverless Error ----------------------------------------

Serverless plugin “serverless-plugin-browserifier” not found. Make sure it’s installed and listed in the “plugins” section of your serverless config file.

Your Environment Information ---------------------------

Operating System: linux

Node Version: 14.16.1

Framework Version: 2.40.0

Plugin Version: 4.5.3

SDK Version: 4.2.2

Components Version: 3.9.2

My yaml file is as follows
service: yandus-common-functions-layer
provider:
name: aws
runtime: nodejs12.x
region: eu-west-1
stage: release
layers:
yandusCommonFunctions:
path: nodejsfiles
plugins:

  • serverless-plugin-browserifier
    package:
    individually: true
1 Like