Ali Al Dallal

Results 14 comments of Ali Al Dallal

I also added `package-lock.json` which is part of `npm@5`

I also added a test here :)

Actually, I did not add that feature, but I don't mind adding documentation for that :) and thanks!

Is there, but link to something empty. ``` lrwxr-xr-x 1 alialdallal staff 137B 15 Mar 07:42 tern -> /private/var/folders/jb/7cch4h6x2c77vxn_cntxn44w0000gn/T/apm-install-dir-114215-71794-hd0fm9/node_modules/Tern/node_modules/tern/bin/tern ╭─alialdallal@Alis-MacBook-Pro ~/.atom/packages/Tern/node_modules/.bin ╰─$ tern zsh: command not found: tern ```

I did and still doesn't work. ``` ╭─alialdallal@Alis-MacBook-Pro ~/.atom/packages/Tern ╰─$ ./node_modules/.bin/tern zsh: no such file or directory: ./node_modules/.bin/tern ``` The werid thing is that it links to something that doesn't...

Ok now it's working for me, but here is what I did. I first remove `tern` folder from `node_modules` (I have to remove it manually). Then I ran `npm install...

And now it's linked to the right package. ``` ╭─alialdallal@Alis-MacBook-Pro ~/.atom/packages/Tern/node_modules/.bin ╰─$ ll total 8 lrwxr-xr-x 1 alialdallal staff 16B 15 Mar 07:58 tern -> ../tern/bin/tern ```