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.

Clearly the template won’t work here.

I tried to use vsce publish to publish 7.1.0 of the extension, after a successful npm i. However, vsce complained that

ERROR  Command failed: npm list --production --parseable --depth=99999
npm ERR! missing: mathjax@2.7.5, required by latex-workshop@7.1.0
npm ERR! missing: mathjax@2.7.5, required by mathjax-node@2.1.1

It seems that npm was preventing me from switching from yarn. Any idea? @jlelong @tamuratak

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
jlelongcommented, Jul 7, 2019

Besides the difference in size between the stock version of mathjax and the one shipped with LW, I feel more concerned by maintainability issues, bug corrections in the stock version, etc.

0reactions
James-Yucommented, Jul 10, 2019

Will try to diff the local vs stock and add to .vscodeignore

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-publish - npm Docs
Publishes a package to the registry so that it can be installed by name. By default npm will publish to the public registry....
Read more >
How to publish packages to npm (the way the industry does ...
The way the industry publishes (and updates) packages. · Run tests (if there are any) · Update version in package.json according to Semver...
Read more >
How to Publish Your First npm Package | by Bret Cameron
How to Publish Your First npm Package · Install npm · Choose a package name · Initialise your project · Initialise Git ·...
Read more >
How to Publish a Package on npm - MakeUseOf
How to Publish a Package on npm · Step 1: Installing NodeJS · Step 2: Creating an npm Account · Step 3: Initializing...
Read more >
How To Create And Publish Your First NPM Package - YouTube
It may seem daunting to create your first NPM package, but it is surprisingly easy to do so. In this video I will...
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