Ravindranath Mopparthy

Results 5 comments of Ravindranath Mopparthy

Where should I add this statement require("nvim-treesitter.install").prefer_git = true I am using configuration (lua based) https://github.com/LunarVim/nvim-basic-ide , which has a file ~/.config/nvim/lua/user/treesitter.lua. I tried adding prefer_git as below. ``` ❯...

After some search, I found a file at location ~/.local/share/nvim/site/opack/packer/start/nvim-treesitter/lua/nvim-treesitter.lua The first line in this file was ``` local install = require("nvim-treesiter.install") ``` I changed the above to ``` local...

I created a query on stackoverflow as well here: https://stackoverflow.com/questions/68827070/react-storefront-typeerror-cannot-read-property-includeappdata-of-undefined

On firefox browser, it throws up the error on the screen itself. ![image](https://user-images.githubusercontent.com/87602915/131361012-6494704e-80ce-4777-890f-1db83c55d87e.png)

OK. I provided a dummy implementation for routes.api by returning an empty json. This solved my problem. However, your approach seems better, as it optimizes by removing unneeded imports.