does anyone know the error message means?

Brass Contributor

Hi there,

 

what does that mean as the shown below and how should I sort it out??

Thanks

 

Untitled.png

1 Reply

Hi @Will # _________ H ,

 

Seems like your TypeScript version does not support the no-use-before-declare. Try opening tslint.json and removing this variable from your JSON.

In case that doesn't work, could you share you package.json and your tslint.json files? Both reside at the root directory of your project. 

 

Regards