keskiju / autocomplete-java

Java autocompletion for Atom editor
https://atom.io/packages/autocomplete-java
MIT License
40 stars 9 forks source link

lodash not found #33

Closed SlimeQ closed 8 years ago

SlimeQ commented 8 years ago

screenshot from 2016-01-25 11 54 16

this just locked up atom completely

ubuntu 14.04, atom 1.4.0, autocomplete-java 0.12.4

keskiju commented 8 years ago

Works fine on my two os x computers even after reinstalling autocomplete-java.

Perhaps 'npm install' failed during package install. Did you try to reinstall autocomplete-java and then restart Atom? Or run 'npm install' manually if you cloned/forked the source instead of installing the package with the atom package manager.

keskiju commented 8 years ago

And if 'npm install' does not fix this, try removing the node_modules directory and running 'npm install' again.

keskiju commented 8 years ago

I assume that this is ok