L3MON4D3 / LuaSnip

Snippet Engine for Neovim written in Lua.
Apache License 2.0
3.37k stars 240 forks source link

jsregexep: make: *** No rule to make target `install_jsregexp'. Stop. #1193

Closed martenmatrix closed 3 months ago

martenmatrix commented 3 months ago

Hey, I've seen that 3/4 of the issues here are about jsregexep and I believe I tried most of the suggested solutions, however, I'm unable to get it to work.

My config with Lazy, which does not output any errors:

{ 'L3MON4D3/LuaSnip', build = 'make install_jsregexp', dependencies = { 'rafamadriz/friendly-snippets' } }, -- snippet engine

However, when running :checkhealth luasnip, it warns me about jsregexep not being installed.

I also tried navigating to /Users/martenb/.local/share/nvim/lazy/LuaSnip/lua/luasnip/ and running make install_jsregexp, however I'm getting: make: *** No rule to make target install_jsregexp'. Stop.

L3MON4D3 commented 3 months ago

Hi :) Could you try going to /Users/martenb/.local/share/nvim/lazy/LuaSnip, and running make install_jsregexp there?

martenmatrix commented 3 months ago

Oh. Thank you so much!

L3MON4D3 commented 3 months ago

Ha! Happy that worked :)