thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

Deprecation warning #32

Open dionyziz opened 4 years ago

dionyziz commented 4 years ago

I get this deprecation warning when running replpad:

NutrDice>(node:34803) [DEP0124] DeprecationWarning: REPLServer.rli is deprecated
    at hookVim (/Users/dionyziz/workspace/NutriDice/api/node_modules/replpad/lib/vim-rli.js:8:26)
    at initVim (/Users/dionyziz/workspace/NutriDice/api/node_modules/replpad/lib/manage-plugins.js:20:38)
    at applyConfig (/Users/dionyziz/workspace/NutriDice/api/node_modules/replpad/lib/manage-plugins.js:44:3)
    at boot (/Users/dionyziz/workspace/NutriDice/api/node_modules/replpad/repreprep.js:47:3)
    at repreprep (/Users/dionyziz/workspace/NutriDice/api/node_modules/replpad/repreprep.js:85:12)
    at Object.<anonymous> (/Users/dionyziz/workspace/NutriDice/api/scripts/cli.js:3:12)
    at Module._compile (internal/modules/cjs/loader.js:1200:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1220:10)
    at Module.load (internal/modules/cjs/loader.js:1049:32)
    at Function.Module._load (internal/modules/cjs/loader.js:937:14)