npm install -g @loopack/cli
npm WARN @phenomnomnominal/[email protected] requires a peer of typescript@^2 but none is installed. You must install peer dependencies yourself.
+ @loopback/[email protected]
The following package has declared the typescript as peerDependencies, I ran the commands and work fine, however, this message still appears as a warning.
--package.json--
"@phenomnomnominal/tsquery",
"peerDependencies": {
"typescript": "^2"
},
Not seeing this message?
_See Reporting Issues for more tips on writing good issues_
@virkt25 you are good at these things 馃槃
Opened a PR against tsquery because they require typescript 2.x while we use 3.x. Hopefully they are ok to upgrade to 3.x
Released @phenomnomnominal/[email protected], hopefully that sorts it
Most helpful comment
Opened a PR against tsquery because they require
typescript2.x while we use 3.x. Hopefully they are ok to upgrade to 3.x