国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

npm WARN config init.module Use `--init-module` instead.

寶塔安裝完環(huán)境后,使用 npm,無(wú)論什么命令,都帶有報(bào)錯(cuò)信息。

報(bào)錯(cuò)為:

npm WARN config init.module Use `--init-module` instead.


文章來(lái)源地址http://www.zghlxwxcb.cn/article/188.html

解決方法:

找到一下文件:/www/server/nodejs/v16.17.0/etc/npmrc

將   init.module 修改為  --init-module




到此這篇關(guān)于npm WARN config init.module Use `--init-module` instead.的文章就介紹到這了,更多相關(guān)內(nèi)容可以在右上角搜索或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

原文地址:http://www.zghlxwxcb.cn/article/188.html

如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)聯(lián)系站長(zhǎng)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用
未經(jīng)允許不得轉(zhuǎn)載:Toy模板網(wǎng) » npm WARN config init.module Use `--init-module` instead.

相關(guān)文章

  • npm報(bào)錯(cuò):npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

    npm報(bào)錯(cuò):npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

    一、前言 1,因?yàn)樽罱赽站學(xué)習(xí)vue框架,安裝腳手架時(shí)想要配置npm淘寶鏡像 npm config set registry https://registry.npm.taobao.org 時(shí)報(bào)錯(cuò)了,然后知道我沒(méi)有安裝node.js 2,node.js安裝后,執(zhí)行npm報(bào)錯(cuò)npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. 3,百度了一些后,初

    2024年02月07日
    瀏覽(20)
  • npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead處理辦法

    npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead處理辦法

    在使用npm -v命令時(shí)提示如下錯(cuò)誤 npm WARN config global –global , –local are deprecated. Use –location=global instead npm 的全局配置 --global , --local 已棄用。需使用 --location=global 替代 。 如果忘了安裝路徑的可以在cmd窗口中輸入 where node 進(jìn)行路徑查看 把文件中 prefix -g 修改成 prefix --location=

    2024年02月13日
    瀏覽(24)
  • 三種方案解決:npm WARN config global --global, --local are deprecated. Use --location=global instead.

    三種方案解決:npm WARN config global --global, --local are deprecated. Use --location=global instead.

    更換電腦硬盤后,重新安裝開發(fā)軟件。當(dāng)安裝node后進(jìn)行驗(yàn)證, 執(zhí)行npm命令告警: 1. --global , --local 被棄用刪除,要求改為使用 --location=global 2. npm WARN logfile 告警則是因?yàn)閷?duì)應(yīng)目錄沒(méi)有權(quán)限,右鍵打開目錄屬性給與全部權(quán)限即可 以npm文件為例 這個(gè)警告官方在 npm 8.12.1 中得到了

    2024年02月13日
    瀏覽(27)
  • nginx : [warn] the “ssl“ directive is deprecated, use the “l(fā)isten ... ssl“ directive instead 解決

    nginx : [warn] the “ssl“ directive is deprecated, use the “l(fā)isten ... ssl“ directive instead 解決

    配置nginx 加載 證書,卸載SSL 啟動(dòng)時(shí)告警 nginx 報(bào)錯(cuò) : [warn] the \\\"ssl\\\" directive is deprecated, use the \\\"listen ... ssl\\\" directive instead: 錯(cuò)誤配置 nginx版本在1.15.x版本之后的,ssl on; 要去掉,listen 443; 改為 listen 443 ssl 調(diào)整后配置文件

    2024年02月11日
    瀏覽(21)
  • nginx: [warn] the “ssl“ directive is deprecated, use the “l(fā)isten ... ssl“ directive instead in /

    原因: nginx在1.15.x版本之后不再使用 ssl on; 解決方法: ssl on; 要去掉,將 listen 443; 改為 listen 443 ssl; 原配置文件: worker_processes ?1; events { ? ? worker_connections ?1024; } http { ? ? include ? ? ? mime.types; ? ? default_type ?application/octet-stream; ? ? sendfile ? ? ? ?on; ? ? keepalive_timeout ?

    2024年02月04日
    瀏覽(25)
  • Do not use it in a production deployment.Use a production WSGI server instead.

    提示:這里簡(jiǎn)述項(xiàng)目相關(guān)背景: Flask-WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. 提示:這里描述項(xiàng)目中遇到的問(wèn)題: ?Environment: production ?WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server inste

    2024年02月08日
    瀏覽(16)
  • 爬蟲selenium:unexpected keyword argument ‘options‘ & use options instead of chrome_options

    在學(xué)習(xí)Python超強(qiáng)爬蟲8天速成(完整版)爬取各種網(wǎng)站數(shù)據(jù)實(shí)戰(zhàn)案例Day7 - 06.無(wú)頭瀏覽器+規(guī)避檢測(cè)時(shí)候老師演示的代碼,遇到一些問(wèn)題及解決過(guò)程,供分享和指點(diǎn) 由于剛開始使用的是seleniumV3.7報(bào)錯(cuò)TypeError: __init__() got an unexpected keyword argument \\\'options\\\' ,作為初學(xué)者,比較疑惑,網(wǎng)

    2024年02月13日
    瀏覽(19)
  • Ubuntu 報(bào)錯(cuò) WARNING:gateway4 has been deprecated, use default routes instead... 解決方案

    在 /etc/netplan/50-cloud-init.yaml 下配置靜態(tài)網(wǎng)絡(luò): 配置完成后應(yīng)用網(wǎng)絡(luò)配置的時(shí)候出現(xiàn)以下報(bào)錯(cuò): 報(bào)錯(cuò)的意思是說(shuō), gateway4 已被棄用,請(qǐng)改用默認(rèn)路由。默認(rèn)路由就是通過(guò) routes 配置 IP 。 修改網(wǎng)絡(luò)配置如下: 應(yīng)用網(wǎng)絡(luò)配置:

    2024年02月11日
    瀏覽(13)
  • spring-data-elasticsearch使用Sort排序時(shí)Please use a keyword field instead. ……異常解決

    spring-data-elasticsearch使用Sort排序時(shí)Please use a keyword field instead. ……異常解決

    核心提示在 Please use a keyword field instead. Alternatively, set fielddata=true on [dataTimestamp] in order to load field data by uninverting the inverted index. 待排序字段 dataTimestamp 沒(méi)有為排序優(yōu)化,所以無(wú)法排序,需要配置 FieldType.Keyword 或 fielddata = true ,可是代碼中都配置了為什么還提示呢,往下看……

    2023年04月24日
    瀏覽(21)
  • vscode出現(xiàn)This setting is deprecated, please use ‘java.jdk.ls.java.home‘ instead解決方案

    vscode出現(xiàn)This setting is deprecated, please use ‘java.jdk.ls.java.home‘ instead解決方案

    ??大家好,我是愛編程的喵喵。雙985碩士畢業(yè),現(xiàn)擔(dān)任全棧工程師一職,熱衷于將數(shù)據(jù)思維應(yīng)用到工作與生活中。從事機(jī)器學(xué)習(xí)以及相關(guān)的前后端開發(fā)工作。曾在阿里云、科大訊飛、CCF等比賽獲得多次Top名次?,F(xiàn)為CSDN博客專家、人工智能領(lǐng)域優(yōu)質(zhì)創(chuàng)作者。喜歡通過(guò)博客創(chuàng)作

    2024年02月05日
    瀏覽(21)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包