Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Woleet Library File Missing #874

Closed
ColdSauce opened this issue Feb 17, 2022 · 1 comment
Closed

Woleet Library File Missing #874

ColdSauce opened this issue Feb 17, 2022 · 1 comment

Comments

@ColdSauce
Copy link

Describe the bug
the file lib/woleet/woleet.js, which src/extension/core/bg/autosave.js and src/extension/core/bg/downloads.js reference does not exist.

To Reproduce
Steps to reproduce the behavior:

  1. Go to src/extension/core/bg/autosave.js and src/extension/core/bg/downloads.js
  2. See that they are referencing woleet.js from the lib folder
  3. Go to the lib folder, and look for woleet
  4. Doesn't exist

Or run rollup
npx rollup -c rollup.config.js
And notice this error:

[!] Error: Could not resolve './../../lib/woleet/woleet.js' from src/extension/core/bg/autosave.js
Error: Could not resolve './../../lib/woleet/woleet.js' from src/extension/core/bg/autosave.js
    at error (/home/runner/work/SingleFile/SingleFile/node_modules/rollup/dist/shared/rollup.js:158:30)
    at ModuleLoader.handleResolveId (/home/runner/work/SingleFile/SingleFile/node_modules/rollup/dist/shared/rollup.js:22336:24)
    at /home/runner/work/SingleFile/SingleFile/node_modules/rollup/dist/shared/rollup.js:22310:26

Expected behavior
The lib/woleet/woleet.js file should exist.

Screenshots
N/a

Environment
n/a

Additional context
none

@gildas-lormeau
Copy link
Owner

Thank you and sorry for the inconvenience!

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

No branches or pull requests

2 participants