gpt4 book ai didi

node.js - nodejs - npm install https,不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 23:08:11 24 4
gpt4 key购买 nike

C:\wamp\www\node-node-node>npm install https
npm ERR! 404 404 Not Found: https
npm ERR! 404
npm ERR! 404 'https' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "https"
npm ERR! cwd C:\wamp\www\node-node-node
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\wamp\www\node-node-node\npm-debug.log
npm ERR! not ok code 0

我明白了,那么我的用法哪里出了问题?

最佳答案

Node.JS 内置了创建 http 服务器和 https 服务器的模块。您不必使用 npm 安装 https,而是可以直接开始使用它。 https 在 npm 之前就已经存在。

var https = require("https"); 
var app = https.createServer();
//Rest of the code goes here

关于node.js - nodejs - npm install https,不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27376713/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com