You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
I'm getting this error when I set the typeCheck property as true.
undefined:1
Error at app\modules\application\detail\templates\master\applicationItem\ApplicationItemController.ts:50:14: An expression of type 'void' cannot be tested for truthiness
^
SyntaxError: Unexpected token E in JSON at position 0
at JSON.parse (<anonymous>)
at Socket.linterProcess.stdout.on (D:\projects\BlipPortal\src\node_modules\tslint-webpack-plugin\src\plugin.js:50:39)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at Pipe.onread (net.js:597:20)
When I run npm start, I get this error and the webpack process is terminated.
Hi everyone!
I'm getting this error when I set the
typeCheck
property astrue
.When I run
npm start
, I get this error and the webpack process is terminated.I have the following in
webpack.config.js
:And my
tslint.json
is:Has anyone had this problem?
The text was updated successfully, but these errors were encountered: