Unable to install the dependant packages
See original GitHub issueI am trying to setup the Bot Composer by following the instructions here - https://github.com/microsoft/BotFramework-Composer/blob/stable/docs/setup-yarn.md
Below are the steps I followed
git clone https://github.com/microsoft/BotFramework-Composer.git
cd Composer
yarn install
Its failing to fetch the packages error An unexpected error occurred: “https://botbuilder.myget.org/F/botbuilder-declarative/npm/lodash.get/-/lodash.get-4.4.2.tgz: Request failed "401 Unauthorized"”.
Are these packages supposed to be available publicly?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Install and Correct Dependencies Issues in Ubuntu
Option 4: Clean the Package Dependencies ... A corrupted package database or packages that were broken or not installed properly can cause this ......
Read more >How to Prevent and Fix Package Dependency Errors in ...
If you get “unable to locate package” errors when you run the update command above, try changing download mirrors. Ubuntu packages are served...
Read more >NPM doesn't install module dependencies
I get no error per sa, the module installs but my postinstall script fails because local grunt packages are not found as they're...
Read more >Unable to install packages dependant on cffi on Intel based iMac
Not sure if I'm at the right place but I'm trying to install conan package (C++ dependency manager) which depends on cryptography and...
Read more >Solved "error: Failed dependencies:" Install/Remove rpm ...
For example I am trying to install glibc-devel here but the installation fails with Failed dependencies error. As it expected glibc-headers to ...
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 FreeTop 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
Top GitHub Comments
Hello again @RamPrasadMeenavalli & @jpd21122012 , this should now be addressed via #1527. We’ve pushed his commit into both master & stable branches. Please try again and let us know if you’re still experiencing issues.
Thank you @cwhitten , Its working now. I am able to build and run the composer.
We were working on a similar solution at our company. Cant wait to get my hands on this and see how we can integrate this in our solution.