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.

Travis CI installation error: `typings: not found`

See original GitHub issue

I got error during Travis CI building.

> class-validator@0.5.0-alpha.3 postinstall /home/travis/build/sanex3339/javascript-obfuscator/node_modules/class-validator
> typings install
sh: 1: typings: not found

This error comes after i removed typings package from package.json of my package.

Looks like "typings": "^1.3.1" must be in dependencies instead of devDependencies.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
pleerockcommented, Jul 29, 2016

should be fixed in 0.5.0

0reactions
sanex3339commented, Jul 29, 2016

any ETA?

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm - travis-ci fails on typings install - Stack Overflow
I'm trying to get travis-ci going on my angular2 project, which uses npm to install typings, but travis-ci fails on typings install. error...
Read more >
Common Build Problems - Travis CI Docs
My build fails unexpectedly #​​ One possible cause for builds failing unexpectedly can be calling set -e (also known as set errexit ),...
Read more >
Customizing the Build - Travis CI Docs
Detailed information about Travis CI's build config format can be found in our Travis CI Build Config Reference. Additional information about Travis CI's...
Read more >
The macOS Build Environment - Travis CI Docs
The Travis Homebrew addon is the simplest, fastest and most reliable way to install dependencies. The Homebrew addon correctly handles up-to-date, outdated, and ......
Read more >
Environment Variables - Travis CI Docs
Encrypted variables are not available to untrusted builds such as pull ... If you do not have the travis gem installed, run gem...
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