atom-node-resolver icon indicating copy to clipboard operation
atom-node-resolver copied to clipboard

Atom plugin to jump to a module's file from its require statement

Results 26 atom-node-resolver issues
Sort by recently updated
recently updated
newest added

I just installed "node-resolver" into "ATOM" and and on activation it threw an error... :cry: **Atom Version**: 1.4.1 **System**: Mac OS X 10.11.3 **Thrown From**: [node-resolver](git://github.com/hughsk/atom-node-resolver) package, v1.0.1 ### Stack...

[Enter steps to reproduce below:] 1. Simply installing "node-reslover" package **Atom Version**: 1.7.3 **System**: Mac OS X 10.11.4 **Thrown From**: [node-resolver](git://github.com/hughsk/atom-node-resolver) package, v1.0.1 ### Stack Trace Failed to activate the...

Trace path [Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.19 **System**: Ubuntu 15.04 **Thrown From**: [node-resolver](git://github.com/hughsk/atom-node-resolver) package, v1.0.1 ### Stack Trace Failed to activate the node-resolver...

Hello, Because this repository look deprecated, I merged all the PR into https://github.com/Kikobeats/atom-node-resolver2.

Use `activationCommands` instead of `activationEvents` in your package.json Commands should be grouped by selector as follows: ``` json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } ``` ``` Package.getActivationCommands (/usr/share/atom/resources/app.asar/src/package.js:808:9)...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.5 **System**: Mac OS X 10.10.4 **Thrown From**: [node-resolver](git://github.com/hughsk/atom-node-resolver) package, v1.0.1 ### Stack Trace Failed to activate the node-resolver...

Use `activationCommands` instead of `activationEvents` in your package.json Commands should be grouped by selector as follows: ``` json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } ``` `````` Package.getActivationCommands (/Users/chris.mayfield/Downloads/Atom.app/Contents/Resources/app.asar/src/package.js:808:9)...

I just downloaded Atom v1.0.0, and tried to use this package. I moved the cursor to a require statements, and selected the "Open Selected Dependency" command. Here's the error I...