Publish with npm
See original GitHub issueClearly 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:
- Created 4 years ago
- Comments:8 (7 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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.Will try to diff the local vs stock and add to .vscodeignore