After installing a library using jsonnet-bundler, I have tried:
- Setting the variable to the relative path to
vendor
- Setting the variable to the absolute path to
vendor
- Setting the variable to a list containing the relative path to
vendor
- Setting the variable to a list containing the absolute path to
vendor
None of the four worked, I still get an error on the import line saying couldn't open import ....
If I run jsonnet path/to/my.jsonnet -J path/to/vendor, that succeeds.