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.

Manual installation fail

See original GitHub issue

Issue

Impacted version: 0.32

Server Setup Information:

  • Operating System: FreeBSD 11 x64
  • Deployment Method(tar/sandstorm/snap/docker/etc /http frontend (nginx, httpd, …)): tar
  • Node Version: 4.8.4
  • NPM Version: 2.15.12
  • MongoDB Version: 2.6.12
  • ROOT_URL environment variable (Is there a subfolder?):

Installation error:

# npm install produce

npm WARN package.json meteor-dev-bundle@0.0.0 No description
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
npm WARN package.json meteor-dev-bundle@0.0.0 No README data
npm WARN package.json meteor-dev-bundle@0.0.0 No license field.
npm WARN cannot run in wd meteor-dev-bundle@0.0.0 node npm-rebuild.js (wd=/srv/www/wekan/bundle/programs/server)

Reproduce:

Type these commands as root:

# pkg install node4 npm2 mongodb
# mkdir -p /srv/www/wekan && cd /srv/www/wekan
# fetch https://github.com/wekan/wekan/releases/download/v0.32/wekan-0.32.tar.gz
# tar -xzvf wekan-0.32.tar.gz
# cd bundle/programs/server
# npm install

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
xet7commented, Aug 2, 2017

@greinbold

Your install from source misses many steps. Please check rebuild-wekan.sh at: https://github.com/wekan/wekan-maintainer/tree/master/virtualbox

Some of install steps are commented out in that rebuild-wekan.sh script because on VirtualBox I don’t install all dependencies every time, as they are already installed.

For running Wekan, in the same repo in run-wekan.sh . You need to change ROOT_URL to your full Wekan URL, like http://192.168.10.100 or http://example.com or http://example.com/wekan .

0reactions
xet7commented, Aug 28, 2019

@dch

Moved to #2662

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >
[SOLVED] Windows 10 Installation Has Failed - Driver Easy
If you get the "Windows 10 installation has failed" error but there's no error code, here are the exact fixes that can help...
Read more >
How to fix KB5015878 fails to install on Windows 10?
How to fix KB5015878 fails to install on Windows 10? ; Type Troubleshoot in Windows search; Select Additional troubleshooters; Find Windows ...
Read more >
How to Fix "Windows 10 Installation has Failed" Error? - Appuals
Rename the install folder​​ Windows 10 has released a few installers that might cause this behavior unless you tweak the main installation file. ......
Read more >
[SOLVED] Windows 10 Could Not Complete the Installation + ...
If you come across the error Windows 10 installation has failed, you can choose to install Windows 10 in Clean Boot. Now, here...
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