Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

The command "yarn pack:webhosting" expects a file called "log.toml" to exist. #394

Open
Charles-Johnson opened this issue Aug 31, 2018 · 1 comment

Comments

@Charles-Johnson
Copy link

Charles-Johnson commented Aug 31, 2018

After running yarn install-all in the safe_examples directory I ran yarn pack:webhosting which raised this error:

$ node ../post-packaging.js -e web_hosting_manager
fs.js:948
binding.stat(pathModule._makeLong(path));
^

Error: ENOENT: no such file or directory, stat '/home/safe_examples/log.toml'
at Object.fs.statSync (fs.js:948:11)
at Object.statSync (/home/safe_examples/node_modules/graceful-fs/polyfills.js:297:22)
at Object.copySync (/home/safe_examples/node_modules/fs-extra/lib/copy-sync/copy-sync.js:31:86)
at Object. (/home/safe_examples/post-packaging.js:83:4)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@Charles-Johnson Charles-Johnson changed the title yarn pack:webhosting expects a file called log.toml to exist. The command "yarn pack:webhosting" expects a file called "log.toml" to exist. Aug 31, 2018
@bochaco
Copy link
Contributor

bochaco commented Aug 31, 2018

Hi @Charles-Johnson , we just migrated the Web Hosting Mgr. project onto its own repository, can you please clone this other repo instead and try to build it from there? https://github.com/maidsafe/safe-web-hosting-manager-electron
If you encounter any issue, please report it in that repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants