Push new version to npm
See original GitHub issueUnfortunately, I can’t npm install @turf/turf
anymore due to the deprecated topojson dependency (solved in #2037).
Can you make the updated package available on npm?
Thanks in advance!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Updating your published package version number - npm Docs
To change the version number in package.json , on the command line, in the package root directory, run the following command, replacing <update_type>...
Read more >How to Publish an Updated Version of an npm Package
The easiest way to update your version number is to use the handy npm version command. This will automatically update the version number...
Read more >How do I update an NPM module that I published?
To change the version number in package.json, on the command line, in the package root directory, run the following command, replacing < ...
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 >Publishing a beta or alpha version to NPM | by Kevin Kreuzer
To publish the beta version just run the following command; npm publish --tag beta. Follow me on Twitter or medium to get notified...
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
I also have the same issue, thanks for the great product! Let us know if we can help.
@soltysaleksandr you can install and import the needed functions as separate modules like
That worked for me.