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.

Build document is missing and build failed

See original GitHub issue

I want build this extension by self, the build step I process is:

> git clone git@github.com:FallenMax/smart-toc.git
> git rev-parse HEAD
9a08adf0364c7a5a6e8e319e47ace06c74e0abbe
> npm install
> tsc

But error occupied, the console output is bellow:

30   function emit<K extends KeysPayloadOptional>(
              ~~~~

  src/content/util/event.ts:38:12
    38   function emit<K extends Keys>(event: K, payload: EventMap[K]): void {
                  ~~~~
    The implementation signature is declared here.


Found 1 error.

Any plan to write a build steps documents, and is my build step wrong?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
alswlcommented, Nov 19, 2019

image

Thanks for your support, I can use this excellent extension in Firefox now.

0reactions
FallenMaxcommented, Nov 20, 2019

@alswl I didn’t know it’s now so easy to port it to Firefox, really should do it sooner! I have submitted it to FireFox store and it’s now under review. Thank you for this information!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module Build Failed: Missing closing ')' #38 - GitHub
When I import semantic-ui-less in my Vue Project, everything is setup. Getting this error. Module build failed: ;(function ($, window, ...
Read more >
Jenkins build failing - missing file Microsoft.Build.Utilities.Core
Your build is running using the .net framework provided version of MSBuild (4.0.30319), which is quite old and has a different architecture ...
Read more >
Troubleshooting missing files and failed builds for your Visual ...
This is incorrect, and will mean that when your project is built using the MsBuild Clean directive, that your file may be deleted...
Read more >
Common Build Problems - Travis CI Docs
If your build is failing due to unexpected segmentation faults in the language interpreter, this may be caused by corrupt or invalid caches...
Read more >
Ant-error: build failed: Document root element is missing
I'm using Eclipse 3.1 w/ MyEclipse 4.0 M3. What am I doing wrong here? I can run all of my ant tasks from...
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