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.

Push new version to npm

See original GitHub issue

Unfortunately, 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:closed
  • Created 3 years ago
  • Reactions:16
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
M3kHcommented, Mar 12, 2021

I also have the same issue, thanks for the great product! Let us know if we can help.

2reactions
daniel-marcuscommented, Mar 23, 2021

@soltysaleksandr you can install and import the needed functions as separate modules like

npm install @turf/union @turf/nearest-point

That worked for me.

Read more comments on GitHub >

github_iconTop 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 >

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