yarn install does not work?
See original GitHub issueI followed the “Steps for 1)” …
- make sure you have installed the following: git, yarn, nodejs
- download the source code: git clone https://github.com/Awesome-Technologies/synapse-admin.git
- change into downloaded directory: cd synapse-admin
- download dependencies: yarn install
- start web server: yarn start
… 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:
- Created 3 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top 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 >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
Now there’s one more problem, but I’m not sure it’s related to this issue …
Seems your nginx config is missing the _synapse endpoint which is used by the admin api. Hence the 404