Install Instructions Issue
See original GitHub issuePlease, describe your question in details.
sudo apt install nodejs
sudo apt install npm
causes error because NPM is already installed, confused me for a bit.
The following packages have unmet dependencies:
nodejs : Conflicts: npm
Perhaps review install instructions again? Also, +1 for docker image! Patiently waiting, havn’t got this setup yet, but looks very promising!
Update: Ran into an error when building, giving up for now, perhaps I need to pull a newer version of some software vs apt version?
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.923 s
[INFO] Finished at: 2020-04-27T18:14:07-07:00
[INFO] ------------------------------------------------------------------------
Copy server packages
Build static content
lerna notice cli v3.20.2
lerna info versioning independent
lerna info bootstrap root only
Usage: yarn [options]
yarn: error: no such option: --mutex
lerna ERR! yarn install --mutex network:42424 --non-interactive exited 2 in 'dbeaver-web'
lerna ERR! yarn install --mutex network:42424 --non-interactive exited 2 in 'dbeaver-web'
lerna notice cli v3.20.2
lerna info versioning independent
lerna notice filter including "@dbeaver/dbeaver"
lerna info filter [ '@dbeaver/dbeaver' ]
lerna info Executing command in 1 package: "yarn run build -- --pluginsList=../../../../pro ducts/default/plugins-list.js"
00h00m00s 0/0: : lerna ERR! yarn run build -- --pluginsList=../../../../products/default/pl ugins-list.js exited 1 in '@dbeaver/dbeaver'
lerna ERR! yarn run build -- --pluginsList=../../../../products/default/plugins-list.js std err:
ERROR: [Errno 2] No such file or directory: 'run'
lerna ERR! yarn run build -- --pluginsList=../../../../products/default/plugins-list.js exi ted 1 in '@dbeaver/dbeaver'
Copy static content
cp: cannot stat '../webapp/packages/dbeaver/dist/*': No such file or directory
Cloudbeaver is ready. Run run-server.bat in cloudbeaver folder to start the server.
root@skynet:/opt/cloudbeaver/cloudbeaver/deploy# ls
Update2:
Interestingly I was able to run yarn --help
but the fix was apt install yarn
which is not in the Wiki.
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Fix problems that block programs from being installed or ...
The Program Install and Uninstall troubleshooter helps you automatically repair issues when you're blocked from installing or removing programs.
Read more >Install instructions fail, error message simply repeats ... - GitHub
me " This package can be installed as:..." (Re-)Running those commands produces the same error message again. Provide the exact sequence of ...
Read more >Fix problems installing Chrome - Google Chrome Help
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors.
Read more >Tread - SxS Edition Installation Instructions
The Tread - SxS Edition includes the mount and wiring necessary to install directly to your vehicle. Detailed installation instructions are available in...
Read more >Kernel Issues | OpenCore Install Guide - Dortania
Issues surrounding from initial booting the macOS installer to right before the install GUI pops up. Stuck on [EB|#LOG:EXITBS:START]. Booter ...
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
Well, if you already have npm and node then you don’t need install them (note: CB needs NodeJS 12).
You have an old version of Yarn, you need to upgrade it (there is a Yarn repo, see deploy instructions).
I think we’ll add Dockerfile (and probably some container) in near versions. We just released so there too many things to do 😃
@allenyu6 extra drivers additional is tracked in #37
This ticket seems to be resolved.