Forum member

glosrob

3 posts

Posts by glosrob

  1. Build fails due to a Typescript Error

    Makes sense, thanks for the quick reply.

  2. Build fails due to a Typescript Error

    OK by right clicking the project that is failing to build in the nCrunch Tests window, go to Advanced and then from there you can browse to the folder where nCrunch builds the project. I watched a couple of times and realised that I don't have anything telling nCrunch to npm install (or similar). …

  3. Build fails due to a Typescript Error

    My main Web project fails to build due to a Typescript/import error (I assume because the reference is looking for something in node_modules). [i]Build\scripts\data\UserApi.ts (1, 38): BuildCannot find module '../../../node_modules/axios/index'. Did you mean to set the 'moduleResolution' option t…