Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial install throws serverless.yml or serverlss.ts not found in #2

Open
mapsi opened this issue Sep 1, 2020 · 3 comments
Open

Comments

@mapsi
Copy link

mapsi commented Sep 1, 2020

$ serverless install --url https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter --name my-project

Serverless: Downloading and installing "serverless-lerna-yarn-starter"...
(node:24106) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

  Serverless Error ---------------------------------------

  serverless.yml or serverlss.ts not found in /MY_PATH/my-project

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com

  Your Environment Information ---------------------------
     Operating System:          darwin
     Node Version:              12.18.3
     Framework Version:         1.80.0
     Plugin Version:            3.8.2
     SDK Version:               2.3.1
     Components Version:        2.34.9

obvs MY_PATH is my path! 😉

@jayair
Copy link
Member

jayair commented Sep 7, 2020

Oh good catch!

The instructions are wrong in this case. It should just be a git clone.

$ git clone https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter my-project

@davehinton-mg
Copy link

How do we get https://serverless-stack.com/chapters/using-lerna-and-yarn-workspaces-with-serverless.html updated with the correct instructions?

@jayair
Copy link
Member

jayair commented Nov 13, 2020

@davehinton-mg Good catch! Can I bother you for a PR? Hit Edit this page at the top of the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants