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.

yarn install does not work?

See original GitHub issue

I followed the “Steps for 1)” …

… which results in:

root@host:~/synapse-admin# yarn install
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
root@host:~/synapse-admin# ls
Dockerfile  LICENSE  README.md  package.json  public  screenshots.jpg  src  yarn.lock

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
foonesscommented, Sep 2, 2020

Now there’s one more problem, but I’m not sure it’s related to this issue …

Screenshot 2020-09-02 at 13 54 23
0reactions
awesome-michaelcommented, Nov 2, 2020

Seems your nginx config is missing the _synapse endpoint which is used by the admin api. Hence the 404

Read more comments on GitHub >

github_iconTop Results From Across the Web

Yarn install does not install missing modules in node_modules
Missing module directories in node_modules are not installed when running yarn install after you get the message "success Already ...
Read more >
Yarn install command error No such file or directory: 'install'
The reason for the No such file or directory error from yarn install is that you are not using the "correct" Yarn: the...
Read more >
yarn install
yarn install is used to install all dependencies for a project. ... Running yarn with no command will run yarn install , passing...
Read more >
Troubleshooting | Yarn
If you get it, it very likely means that your application is not running with the PnP resolver, meaning that your require calls...
Read more >
Installation | Yarn
It is recommended to install Yarn through the npm package manager, which comes bundled with Node.js when you install it on your system....
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