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
ERROR: (ordered-imports) src/index.ts[4, 1]: Import sources within a group must be alphabetized.
ERROR: (eofline) src/index.ts[17, 4]: file should end with a newline
The text was updated successfully, but these errors were encountered:
ERROR: (no-duplicate-imports) src/index.ts[3, 1]: Multiple imports from 'express' can be combined into one.
ERROR: (ordered-imports) src/index.ts[4, 1]: Import sources within a group must be alphabetized.
ERROR: (no-console) src/index.ts[16, 3]: Calls to 'console.info' are not allowed.
Using TypeScript
Version 2.9.2
> [email protected] build /tmp/workspace/cleme-cd/cleme-cd-be-node-express-npm-update-test
> tsc --pretty
src/index.ts:5:27 - error TS2307: Cannot find module './routes/weather'.
5 import weatherRouter from './routes/weather';
~~~~~~~~~~~~~~~~~~
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: `tsc --pretty`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
TypeScript 2.9.2 reports:
The text was updated successfully, but these errors were encountered: