Warnings when starting watch on freshly cloned template
See original GitHub issueDescribe 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:
- Clone the project
- Run
npm install
- Run
npm run watch
Expected behavior
No warnings.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
@udondan Sounds good