You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top-level standalone `sls uninstall` command is deprecated and scheduled for removal in osls v4.0.0. It only removes the legacy standalone binary directory and does not uninstall npm-installed osls.
42
+
43
+
Use your package manager to uninstall npm-installed osls instead:
44
+
45
+
```sh
46
+
npm uninstall -g osls
47
+
```
48
+
49
+
This does not affect `serverless plugin uninstall`.
0 commit comments