Le 23/09/2021 à 13:30, Vivek K J a écrit : > > On 20/09/21 6:39 pm, Vivek K J wrote: >> >> On 20/09/21 5:44 pm, Yadd wrote: >>> Le 20/09/2021 à 12:53, Vivek K J a écrit : >>>> Hi, >>>> >>>> I was trying to package strtok3 node module to debian. It has a >>>> dependency on @tokenizer/token. I embedded that module on this package. >>>> On compiling 'lib'(tsc -p lib) of the package, It works fine. But on >>>> compiling 'test' (tsc -p test), it shows it can't find that module. >>>> What >>>> to do? >>> Hi, >>> >>> give me the VCS link, I'll take a look >> Here it is : https://salsa.debian.org/vivekkj/node-strtok3 >> > > Have you checked it out? Sorry for the
Hi, you embedded @tokenizer/token but it is already available: $ aptitude search node-tokenizer-token v node-tokenizer-token (provided by node-token-types). When you are searching for missing dependencies, you can use `pkgjs-depends`: $ pkgjs-depends DEPENDENCIES: node-peek-readable (peek-readable) node-token-types (@tokenizer/token) Cheers, Yadd -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel