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.

Warnings when starting watch on freshly cloned template

See original GitHub issue

Describe the bug

npm run watch produces the following warnings when running after cloning this template and installing deps:

> watch
> node scripts/watch.js

14:27:18 [main] (node:68741) ExtensionLoadWarning: Warnings loading extension at /Users/uninen/Library/Application Support/vite-electron-template/extensions/ljjemllljcmogpfapbkkighbhhppjdbg:
  Unrecognized manifest key 'browser_action'.
  Unrecognized manifest key 'update_url'.
  Permission 'contextMenus' is unknown or URL pattern is malformed.
  Cannot load extension with file or directory name _metadata. Filenames starting with "_" are reserved for use by the system.

(Use `Electron --trace-warnings ...` to show where the warning was created)

To Reproduce Steps to reproduce the behavior:

  1. Clone the project
  2. Run npm install
  3. Run npm run watch

Expected behavior

No warnings.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
udondancommented, Oct 13, 2021

I also found this very irritating and I almost stopped evaluating this template, when the first thing I saw was this warning. So glad I didn’t. 😸

Working on my project, I found this message very annoying. It’s easy to miss actual problems when you’re used to getting greeted by this warning block.

For most of the time I just disabled the vue devtools extension to get rid of it. Now I had a closer look at the watch script and found I can filter this specific message from the logger. @cawa-93 Would you be interested in a PR for this?

0reactions
cawa-93commented, Oct 13, 2021

@udondan Sounds good

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is that Facebook post about scammers 'cloning' accounts true ...
See a post on Facebook claiming that scammers can clone your account? Don't be so quick to dismiss it as false. Here's what's...
Read more >
Fail to clone repository with git lfs - Stack Overflow
For a fresh clone, I ran: git lfs install git clone https://example.com/repo.git. The clone gets to the point where it starts downloading ...
Read more >
When clone in SourceTree, warning: templates not f...
And after several trial-and-errors, I find that when cloning via SourceTree, .git/hooks is not being created and it is due to the missing...
Read more >
[IMPORTANT] CLONING - How NOT to do this | Acronis Forum
DO NOT attempt to start a clone from within Windows UNLESS ENCRYPTION HAS BEEN DISABLED! You could lose your system if you do...
Read more >
Troubleshooting cloning errors - GitHub Docs
If you're having trouble cloning a repository, check these common errors. ... Here's an example of an HTTPS error you might receive:
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