-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with topojson on npm install #2005
Comments
Hi @marcofacheris I just ran It did throw a warning saying
but the install continued successfully. I can also see the file 🤷♂️ |
same problem here |
I have the same issue here trying to upgrade to 6.3.0.
I also see the file in I can selectively pick out the modules I need individually so not so pressing for me. Thank you for the great library, my work would not be possible without it. |
The answer is to probably update the module/s which rely on topojson |
|
Same here, npm v7. |
fixes Turfjs#2005 (allowing import with node 15/npm 7)
fixes #2005 (allowing import with node 15/npm 7)
Hi, I have the following error when installing Turf 6.2.0 with npm install:
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /app/node_modules/topojson/node_modules/topojson-server/bin/geo2topo
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/app/node_modules/topojson/node_modules/topojson-server/bin/geo2topo'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
I have no issues when installin with yarn install.
Tried with both node 14 and 15.
I'm on macos, but I get the same error when building my application with docker.
The text was updated successfully, but these errors were encountered: