question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm run lint fails

See original GitHub issue

npm run lint fails on new project

admin1@PC-131:/home1/lamppp/htdocs/testCharts/charts-nethues$ npm run lint

> charts-nethues@0.1.0 lint /home1/lamppp/htdocs/testCharts/charts-nethues
> tslint --type-check --project tsconfig.json src/**/*.ts

/home1/lamppp/htdocs/testCharts/charts-nethues/node_modules/tslint/lib/runner.js:92
                    throw new Error(messages.join("\n"));
                    ^

Error: Error at playground/index.ts:9:31: Cannot find module 'charts-nethues'.
Error at src/sample.component.spec.ts:7:1: Cannot find name 'describe'.
Error at src/sample.component.spec.ts:14:3: Cannot find name 'beforeEach'.
Error at src/sample.component.spec.ts:28:3: Cannot find name 'it'.
Error at src/sample.component.spec.ts:29:5: Cannot find name 'expect'.
    at Runner.run (/home1/lamppp/htdocs/testCharts/charts-nethues/node_modules/tslint/lib/runner.js:92:27)
    at Object.<anonymous> (/home1/lamppp/htdocs/testCharts/charts-nethues/node_modules/tslint/lib/tslint-cli.js:139:6)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home1/lamppp/htdocs/testCharts/charts-nethues/node_modules/tslint/bin/tslint:3:1)

npm ERR! Linux 4.4.0-93-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "lint"
npm ERR! node v6.8.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! charts-nethues@0.1.0 lint: `tslint --type-check --project tsconfig.json src/**/*.ts`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the charts-nethues@0.1.0 lint script 'tslint --type-check --project tsconfig.json src/**/*.ts'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the charts-nethues package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     tslint --type-check --project tsconfig.json src/**/*.ts
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs charts-nethues
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls charts-nethues
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home1/lamppp/htdocs/testCharts/charts-nethues/npm-debug.log

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
brunobertechinicommented, Nov 27, 2017

Same here. Freshly new (installed today) cant find my library module.

npm run test failling with same message

Cant move forward.

Any update? I did like this generator but I am unable to use it. Not even the hello world tutorial completes.

I have followed the exact scenarios from the docs.

2reactions
adamk33n3rcommented, Feb 14, 2018

If instead of importing from '../src' like @IckleChris said if you do '../dist' it works with playground!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to run eslint --fix from npm script - Stack Overflow
You can run below command: npm run lint -- --fix.
Read more >
Tip: Things to check if you get an npm run lint error or build ...
If ESW found any error or warning in your project like console statement or missing semi, the lint thread will be exit with...
Read more >
npm ERR! Missing script: "lint" [Solved] | bobbyhadz
To solve the npm ERR! Missing script: "lint" error, make sure to add a lint command to the scripts object in your package.json...
Read more >
Command Line Interface - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
eslint/eslint - Gitter
Hi, stage: lint in my CI pipeline fails with this error: Running before_script and ... npm run lint --prefix backend && npm run...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found