Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What's the use of node gyp?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you the use of node gyp, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something.

This article operating environment: Windows7 system, node11.15.0 version, Dell G3 computer.

What does node gyp do?

Node-gyp, because node programs need to call some tools written in other languages, need to be compiled first, otherwise there will be cross-platform problems. Node-gyp is native (platform-dependent) in newer versions of Node and is used to compile native C++ modules.

Install node-gyp

Upgrade 1.node to 11 (11 or greater)

Sudo n 11

two。 Install using the npm command

Sudo npm install-g node-gyp

3. Check whether the installation is successful

Sudo node-gyp list

If the print result is as follows, it proves that the installation is successful.

Gyp info it worked if it ends with okgyp info using node-gyp@8.2.0gyp info using node@11.15.0 | darwin | x6410.24.114.17.5gyp info ok what's the use of node gyp? have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report