serverless / serverless

⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
https://serverless.com
MIT License
46.5k stars 5.72k forks source link

no such file or directory: /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/slss.zshexport #6201

Open iegik opened 5 years ago

iegik commented 5 years ago

This is a Bug Report

Description

standard install via yarn:

yarn global add serverless
➜  ~ ll `which serverless`
lrwxr-xr-x  1 me  admin    66B 13 апр 18:19 /usr/local/bin/serverless -> ../../../Users/***/.config/yarn/global/node_modules/.bin/serverless

and following line to .zshrc:

if type brew &>/dev/null; then
  FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
fi

Similar or dependent issues:

Additional Data

akiraah commented 5 years ago

Any updates related to this bug? I can't source ~/.zshrc because of this.

alaasdk commented 5 years ago

I have similar issue.