Re: [Pkg-javascript-devel] Troubles with tsc

2019-10-02 Thread Pirate Praveen
On Thu, 3 Oct, 2019 at 10:31, Pirate Praveen wrote: The directory it is expecting is, /usr/share/nodejs/typescript/lib (if you hard code this path then it works). Should we install types in this directory? Just tested, it does not work. Added @types/xxx and xxx in this path and even

Re: [Pkg-javascript-devel] Troubles with tsc

2019-10-02 Thread Pirate Praveen
On Wed, 2 Oct, 2019 at 11:30, Julien Puydt wrote: Le mercredi 02 octobre 2019 à 07:12 +0200, Xavier a écrit : Hi all, when trying to update node-css-what, it's OK with testing but unstable give me this: tsc error TS2318: Cannot find global type 'Array'. error TS2318: Cannot find

Re: [Pkg-javascript-devel] Troubles with tsc

2019-10-02 Thread Jonas Smedegaard
Quoting Pirate Praveen (2019-10-02 12:09:58) > > > On Wed, 2 Oct, 2019 at 11:30, Julien Puydt > wrote: > > Le mercredi 02 octobre 2019 à 07:12 +0200, Xavier a écrit : > >> Hi all, > >> > >> when trying to update node-css-what, it's OK with testing but > >> unstable > >> give me this: > >>

Re: [Pkg-javascript-devel] Troubles with tsc

2019-10-02 Thread Pirate Praveen
On Wed, 2 Oct, 2019 at 11:30, Julien Puydt wrote: Le mercredi 02 octobre 2019 à 07:12 +0200, Xavier a écrit : Hi all, when trying to update node-css-what, it's OK with testing but unstable give me this: tsc error TS2318: Cannot find global type 'Array'. error TS2318: Cannot find

Re: [Pkg-javascript-devel] Troubles with tsc

2019-10-02 Thread Julien Puydt
Le mercredi 02 octobre 2019 à 07:12 +0200, Xavier a écrit : > Hi all, > > when trying to update node-css-what, it's OK with testing but > unstable > give me this: > > tsc > error TS2318: Cannot find global type 'Array'. > error TS2318: Cannot find global type 'Boolean'. > error TS2318: Cannot

[Pkg-javascript-devel] Troubles with tsc

2019-10-01 Thread Xavier
Hi all, when trying to update node-css-what, it's OK with testing but unstable give me this: tsc error TS2318: Cannot find global type 'Array'. error TS2318: Cannot find global type 'Boolean'. error TS2318: Cannot find global type 'CallableFunction'. error TS2318: Cannot find global type