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

Failed to load plugin promise: Cannot find module 'eslint-plugin-promise' #648

Closed
mmmathur opened this issue Oct 5, 2016 · 3 comments

Comments

@mmmathur
Copy link

commented Oct 5, 2016

Hi I'm getting this error in Visual Studio Code. However I see this module is available in node_modules locally as well as globally along with eslint. linting is not working in my editor, may be because of this.
Error:
Failed to load plugin promise: Cannot find module 'eslint-plugin-promise'

@feross

This comment has been minimized.

Copy link
Member

commented Oct 6, 2016

If you have installed eslint-plugin-promise globally and locally, then I'm not sure what could cause this error. It sounds like a bug in your editor integration.

I think you'll have a better shot at getting help if you open an issue there: https://github.com/chenxsan/vscode-standardjs

@feross feross closed this Oct 6, 2016

@feross

This comment has been minimized.

Copy link
Member

commented Oct 6, 2016

Actually, looks like Issues are disabled on that repo (because that's the default for GitHub forks). cc @chenxsan -- any ideas about this issue?

Update: the Issues tab is enabled now!

@crmpicco

This comment has been minimized.

Copy link

commented Dec 8, 2017

npm i eslint --save-dev
npm install eslint-plugin-promise --save-dev

@lock lock bot locked as resolved and limited conversation to collaborators May 25, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants
You can’t perform that action at this time.