Codelyzer: Error with TSLint 4.0.1

Created on 22 Nov 2016  路  4Comments  路  Source: mgechev/codelyzer

When trying to run with lastes TSLint v4.0.1, throws:

module.js:457
    throw err;
    ^

Error: Cannot find module 'tslint/lib/lint'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\proyectos\pronetworks\sistapro-web@ultimate-material2\node_modules\codelyzer\selectorNameBase.js:8:12)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)

Most helpful comment

You can now use 2.0.0-beta.1 which works with tslint 4.

All 4 comments

Hey! Any plans on releasing this soon?

Once we have external template support. Probably by the beginning of the next week.

You can now use 2.0.0-beta.1 which works with tslint 4.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dev054 picture dev054  路  4Comments

jamesbirtles picture jamesbirtles  路  3Comments

Bigous picture Bigous  路  4Comments

KKrisu picture KKrisu  路  5Comments

lazarljubenovic picture lazarljubenovic  路  4Comments