https-localhost icon indicating copy to clipboard operation
https-localhost copied to clipboard

help with binary

Open usoppu opened this issue 3 years ago • 0 comments

If you don't have Node.js installed just use a packaged version! Download it from the release page.

Linux

./https-localhost-linux ~/myproj

I downloaded the linux binary. chmod +x. run in folder with basic html file Do i need to download additional files?

anc@-zb:~/Desktop/projects/web3/test$ /home/anc/tools/https-hosting/https-localhost-linux pkg/prelude/bootstrap.js:1697 throw error; ^

Error: Cannot find module 'express' Require stack:

  • /snapshot/https-localhost/index.js
  1. If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath. at Function.Module._resolveFilename (node:internal/modules/cjs/loader:927:15) at Function._resolveFilename (pkg/prelude/bootstrap.js:1776:46) at Function.Module._load (node:internal/modules/cjs/loader:772:27) at Module.require (node:internal/modules/cjs/loader:999:19) at Module.require (pkg/prelude/bootstrap.js:1676:31) at require (node:internal/modules/cjs/helpers:93:18) at Object. (/snapshot/https-localhost/index.js) at Module._compile (pkg/prelude/bootstrap.js:1751:22) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1124:10) at Module.load (node:internal/modules/cjs/loader:975:32) { code: 'MODULE_NOT_FOUND', requireStack: [ '/snapshot/https-localhost/index.js' ], pkg: true }

usoppu avatar Jul 12 '22 10:07 usoppu

Marked as stale for no activity in the past 60 days. In 7 days it will be closed unless new activity.

github-actions[bot] avatar Sep 11 '22 01:09 github-actions[bot]