Plugin error on version 3.0.0-rc.6
See original GitHub issueI’m doing some testing with plugins around this version and when I try to use a custom plugin I get the message plugins.map is not a function
I don’t get the error if I just put "plugins": []"
my .solhint.json
looks like so:
Without plugins it works just fine.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Plugin Error: Can't find `registerPlugin` when requiring other ...
When you are in a separate file creating a plugin and you call registerPlugin to register the plugin, you get an error when...
Read more >Facebook for WordPress (version 3.0.6) causing fatal error
Hi! On my site, Facebook for WordPress (version 3.0.6) is causing fatal errors on wp-admin/admin-post.php. WordPress sent me an automatic email with more ......
Read more >Git plugin version 4.0.0-rc failed to load - Jenkins Jira
Re-installed again the latest Git Client plugin but the error remains. The log refers to install version 3.0.0-rc or later of the Jenkins...
Read more >Capacitor 3.0 Upgrade Plugins "not implemented" Exception ...
I have installed every plugin for the whole app (the root) and for the nx-capacitor app (the capacitor app added with @nxtend-capacitor) as ......
Read more >OMERO plugin error in Fiji - Usage & Issues - Image.sc Forum
I have installed the latest version of Fiji, and the latest version of the OMERO/imageJ plugin and I was able to connect. Still...
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
if it helps, what I was missing was the
module.exports
with all the clases in my custom rules. i.eThanks btw! That was the main goal of a huge refactor we did 😄