Skip to content
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

impossible to install because source code can't be gotten from amazon cloud #82

Open
JeongJun-Lee opened this issue May 29, 2020 · 0 comments

Comments

@JeongJun-Lee
Copy link

JeongJun-Lee commented May 29, 2020

Because source code can't be gotten from amazon cloud, it's impossible to install. And also it's same when I tried with node@12 or node@10.

node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v79-darwin-x64-Release.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v79 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v79-darwin-x64-Release.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v79 ABI, unknown) (falling back to source compile with node-gyp)

[Update]
I tried direct source build from node-mapnik to make my own pre-built like below:

git clone https://github.com/mapnik/node-mapnik
make

Finally I got the pre-built, mapnik.node came out in build/Release directory as a build result.
What should I do next?

@JeongJun-Lee JeongJun-Lee changed the title impossible to install because there is no source code in amazon cloud impossible to install because source code can't be gotten from amazon cloud May 29, 2020
@lednax lednax added the p3 label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants