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.

Updated composer does not create "project file"

See original GitHub issue

Describe the bug

When visiting an old project from a previous version of composer I get the error

“Error If this problem persists, please file an issue on GitHub Details Bot project file does not exist”

Version

1.2 (4205387) with 1.1(065d065) being the previous verison.

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

  1. Open version 1.1
  2. Create any new project.
  3. Close 1.1
  4. Open version 1.2
  5. Open said project
  6. Get error

Expected behavior

I expect it to create the necessary files in this new update

Screenshots

Additional context

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
viivaleriocommented, Nov 17, 2020

Had the same issue this morning. Big thanks to @flaviobogila it also worked here! 👏 👏

1reaction
flaviobogilacommented, Nov 17, 2020

Delete directory AppData\Roaming\BotFrameworkComposer and try again, it works for me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

composer update doesn't update files - Stack Overflow
1 Answer 1 · Composer will not update the package unless you change the version field. · Composer will not update the commit...
Read more >
Troubleshooting - Composer
Try clearing Composer's cache by running composer clear-cache . Ensure you're installing vendors straight from your composer.
Read more >
Package installation using composer - w3resource
In this tutorial, we will use composer to install and manage packages in our project. This tutorial assumes that you already have a...
Read more >
How to Install Composer for Mac, Linux, Windows - Hostinger
Composer will also update the composer.json and composer.lock files by running the update command to match the current state of your project ......
Read more >
Unable to run 'composer update' or 'composer install' command
So you need to go to the various composer.json files and make sure the dependencies are correct. Copy Code "require": { "php": ...
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