Travis CI installation error: `typings: not found`
See original GitHub issueI 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:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
should be fixed in 0.5.0
any ETA?