hi, anyone around that is familiar with using pant...
# general
s
hi, anyone around that is familiar with using pants with the node contrib plugin that could help me? I'm trying to convert a co-workers node project to using pants and I was wondering what the best practices/way to depend on other projects within a monorepo. I was trying to use pants BUILD file dependencies but this comes up with a warning saying that its not fully supported. Also I'm getting an exception saying:
'Target' object has no attribute 'version'.
I have checked all my thirdparty BUILD files have version specified. But if I use their
package.json
with
npm-shrinkwrap.json
or
yarn.lock
I have a hard time getting the relative pathing to work like file:../../etc Any advice, guidance, pointing in the direction is greatly appreciated!