Can't install example app on Mac OS
See original GitHub issueHello, 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:
- Created 6 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s no good. Sorry about that. 😞
Alternatively, you can try:
Now you should be as far as you’d be doing
serverless create -u ...
I’m still getting the same error as originally reported when running ‘serverless create.’ Was this ever fixed? Thanks!