di-ts
di-ts copied to clipboard
Cannot install dependecy on Deno
Hi!
I cannot add the this repo on my Deno project using NPM. Does not work neither of these 2 options:
-
import diTs from 'npm:[email protected]';
-
import diTs from 'npm:di-ts';
In both cases seems that some link is broken... I've never seen that kind of error so after searching in Google after 2-3 hours I'm afraid that the help I can provide is the error itself:
deno cache deps.ts
error: Error in [email protected] parsing version requirement for dependency: traceur@vojtajina/traceur-compiler#add-es6-pure-transformer-dist Invalid npm version requirement. Unexpected character. vojtajina/traceur-compiler#add-es6-pure-transformer-dist ~ Caused by: 0: Invalid npm version requirement. Unexpected character. vojtajina/traceur-compiler#add-es6-pure-transformer-dist ~ 1: Unexpected character. vojtajina/traceur-compiler#add-es6-pure-transformer-dist ~
Tell me if need more details to fix it, I'm quite in a hurry and I find that's better to improve the base than making a branch or something similar :)