question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install example app on Mac OS

See original GitHub issue

Hello, I am stuck in the very beginning 😃 I’m trying to run the next command:

serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/serverless-chrome/examples/serverless-framework/aws

But output is always the same:

Serverless: Generating boilerplate...
Serverless: Downloading and installing "aws"...

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

  Error: EEXIST: file already exists, symlink '../dist/' -> '/var/folders/xz/fmlcpsh92zn23tv701vvynfh0000gn/T/serverless-chrome/packages/lambda/integration-test/dist'

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Forums:        forum.serverless.com
     Chat:          gitter.im/serverless/serverless

  Your Environment Information -----------------------------
     OS:                     darwin
     Node Version:           8.9.1
     Serverless Version:     1.24.1

I tried 3 different macs, and the problem is the same on all of them.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
adieuadieucommented, Dec 4, 2017

That’s no good. Sorry about that. 😞

Alternatively, you can try:

git clone https://github.com/adieuadieu/serverless-chrome.git
cd serverless-chrome/examples/serverless-framework/aws
[ -n "$(which yarn)" ] && yarn install || npm install

Now you should be as far as you’d be doing serverless create -u ...

0reactions
jgollub1commented, Dec 10, 2018

I’m still getting the same error as originally reported when running ‘serverless create.’ Was this ever fixed? Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Safely open apps on your Mac - Apple Support
Safely open apps on your Mac · View the app security settings on your Mac · Open a developer-signed or notarized app ·...
Read more >
Can't Install App on Mac FIX - YouTube
Install apps from unidentified developers on Mac. ... Can't Install App on Mac FIX | How to Install app from anywhere | MacBook,...
Read more >
How to install Apps on old macOS version - YouTube
The app can't be installed on this computer because macOS version 11 or later is required. Watch this video tutorial to fix this...
Read more >
Mac won't install apps or gets stuck updating - AppleToolBox
Delete the app and then try to install it again. ... Before deleting any apps from your Mac you should make sure you...
Read more >
How to fix installation error on Mac: Can't be opened because ...
By default, the security and privacy preferences of your Mac are set to allow apps from the App Store and identified developers. For...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found