From what I can see, when I use the sls CLI , and do for example sls deploy
, the global npm serverless package is used.
I want to tinker with the serverless code (to quick-check possible fix for serverless bug…) , however I can’t quicky change the local serverless npm package because it is not used when the CLI is run.
Is there a way to use the locally installed serverless, when I call CLI sls deploy
?
Sorry, if I am missing some obvious general solution, I’m just couple of months into the node.js