I really need a way to specify dependency version

Hello, I am new in RunKit.

I want to use require(“dialogflow”). RunKit installs version 4.0.3.
Some bad people marked the old version by 4.0.3. and the new version has the number 0.13.0.
RunKit installs a version with a large number.

How can I change the version?

thanks for the help

Hi @asys2000,

Sorry for the late reply, but you can indeed do this. Just do require(“package@version”) and you will get the version you want.

Thanks!

Francisoc