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.

Need help on fork setup

See original GitHub issue

Hello,

I do not have experience in typescript but wanted to fork the repo and try to understand the code in order to maybe help in the future.

So I read the CONTRIBUTING.md, and went to the part Local setup after checking I was respecting the dependencies.

I forked and cloned my repo.

I went in the cloned folder and did yarn, I then had issues with yarn start. After investigating, it seems like it was needed for me to :

npm install --global webpack npm install --global tsc-watch npm install -g typescript

In order to make it work until the compilation part. Maybe the documentation is not up to date, or you might have not met these issues as you might already was having theses packages installed.

Then other issues appeared with compilation. I had 284 errors during compilation.

It was suggested to be to install packages so I did :

npm install @types/request-promise-native npm install @types/lodash npm i @types/mocha

The number of errors is now of 130. Here is a screenshot of some of the errors, if you prefer a text version please tell me :

image

I now wonder if I did all the steps well or if I did something wrong. Errors suggest that I might be lacking a lot of dependencies which seems strange to me as I am pretty sure that you have setup an automatic install for them.

Do you have any hint to what I should do ?

Thanks for your support. Luc.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Gregoorcommented, Nov 13, 2018

Heya,

I’ve used Ubuntu 18.04. Can you also check your node and yarn version?

Oh and that har-validator-error looks familiar, our CI got that since yesterday as well. I thought it was just an NPM registry problem, but I’ll investigate that now. I just pushed a commit that should fix the har-validator issue.

0reactions
Gregoorcommented, Jan 30, 2019

Did it work out? Should I reopen this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setup Guide – How to adjust your mountain bike suspension ...
The purpose of this tuning guide is to help you reach a suspension setting that is optimised for you. Suspension set up is...
Read more >
SUSPENSION TUNING FOR DUMMIES - Mountain Bike Action
Start adjusting the rebound of your fork by turning it to the fastest setting with minimal damping. While standing next to your bike,...
Read more >
Mountain bike suspension setup | Our ultimate guide
The trick is to let go of the grips very suddenly, otherwise the fork won't extend as it should. For full sus bikes,...
Read more >
How to set up mountain bike suspension: forks and rear shocks
Need a bit of help with set up mountain bike suspension fork and shock (if you have one)? Set up is absolutely crucial...
Read more >
Need help with Fork Setup - Tech Help/Race Shop - Vital MX
Never pressurize a PSF fork leg to more than 73 psi. http://motocrossactionmag.com/news/mxas-2013-kawasaki-kx450f-motocross-… Remember, you have clickers to ...
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