You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem like plugin detected all 'reuires' and IDEA's inspection underscores node.js core modules like unresolved dependecies because of it. It doesn't crash app, but it is a bit annoying. I mean all node.js modules kind of
varexpress=require('express');
The text was updated successfully, but these errors were encountered:
bump on this issue too. Perhaps a solution would be to scope the Require.JS plugin to a module level, instead of the entire project.
In my case, I have a project for a Node.JS project that I'm working on for a website. The project includes multiple modules, including one for my client side JS files, which uses Require.JS. The other modules are Node.JS, using the built in require command and not r.js (Require.JS's Node implementation).
I have since uninstalled this plugin, since I am unable to use it, since it causes the majority of this project to throw errors, but I would love to be able to use it!
It seem like plugin detected all 'reuires' and IDEA's inspection underscores node.js core modules like unresolved dependecies because of it. It doesn't crash app, but it is a bit annoying. I mean all node.js modules kind of
The text was updated successfully, but these errors were encountered: