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

npm 報錯“A complete log of this run can be found in:”解決方法

這篇具有很好參考價值的文章主要介紹了npm 報錯“A complete log of this run can be found in:”解決方法。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

npm 啟動項目 npm run serve/dev的時候報了個錯:再次記錄一下

! code ELIFECYCLE
npm ERR! errno 1
npm ERR! new@0.1.0 serve: vue-cli-service serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the new@0.1.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Admin\AppData\Roaming\npm-cache_logs\2023-02-06T14_17_03_399Z-debug.log

a complete log of this run can be found in:,npm,node.js,前端

一, 問題原因

項目啟動失敗,一直報錯,翻譯一下,大概意思就是依賴包或者模板有問題

二,解決方法

1.需要找到node_modules把這個文件夾刪掉

如下圖
a complete log of this run can be found in:,npm,node.js,前端
2.然后cmd或者vscode終端再運行npm install即可,這個命令會重新安裝一下依賴包,最后在執(zhí)行npm run servenpm run dev就可以解決啦!

a complete log of this run can be found in:,npm,node.js,前端文章來源地址http://www.zghlxwxcb.cn/news/detail-790948.html

到了這里,關(guān)于npm 報錯“A complete log of this run can be found in:”解決方法的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進(jìn)行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • 【異?!縅enkins執(zhí)行前端項目Npm構(gòu)建時,出現(xiàn)報錯This dependency was not found: vue-class-component in ./node_modules/vu

    【異?!縅enkins執(zhí)行前端項目Npm構(gòu)建時,出現(xiàn)報錯This dependency was not found: vue-class-component in ./node_modules/vu

    同事的代碼變更,導(dǎo)致了在Jenkins無法執(zhí)行構(gòu)建 錯誤的原因是項目中引入了vue-class-component,但是在項目的依賴列表中,卻沒有找到它,因此會報如上的錯誤。 vue-class-component是一個用于類式Vue組件的TypeScript裝飾器。 它允許您將Vue組件定義為類,這可以使您的代碼更有組織性和

    2024年02月03日
    瀏覽(30)
  • GIT提示Another git process seems to be running in this repository

    GIT提示Another git process seems to be running in this repository

    翻譯過來大概的意思就是:另一個git進(jìn)程似乎正在這個存儲庫中運行,例如。由git commit打開的編輯器。請確保所有流程 被終止,然后重試。如果仍然失敗,git進(jìn)程之前可能在此存儲庫中崩潰:手動刪除文件以繼續(xù)。 1、進(jìn)入項目里面的.git文件里面找到index.lock刪除即可。 重新

    2024年02月13日
    瀏覽(21)
  • The command ‘docker‘ could not be found in this WSL 2 distro.

    The command ‘docker‘ could not be found in this WSL 2 distro.

    The command ‘docker’ could not be found in this WSL 2 distro. 1、 在搭建openHarmony開發(fā)環(huán)境時遇到該問題。 2、分析原因 3、解決辦法 第一步:在powerShell中查看wsl版本 第二步:轉(zhuǎn)換低系統(tǒng)wsl到2 第三步:查看是否成功解決該問題

    2024年02月11日
    瀏覽(26)
  • ELASTICSEARCH-7.3.2報錯:Failure running machine learning native code. This could be due to running

    解決方法: 打開config目錄下的elasticsearch.yml,添加如下一行配置:

    2024年02月15日
    瀏覽(18)
  • 報錯:To install it, you can run : npm install --save @api/***解決方法

    報錯:To install it, you can run : npm install --save @api/***解決方法

    以下是報錯原因: 報錯信息如下 以下是解決的失敗過程: 首先它告訴你讓你安裝如下: npm install --save @/api/tNursingStaffCirculation 如果安裝成功的話,那就沒事了,很明顯安裝會失敗 報錯如下: 所在位置 行:1 字符: 20 npm install --save @/api/tNursingStaffCirculation 源文本中包含無法識別的

    2024年02月11日
    瀏覽(22)
  • rabbitMQ登錄報錯user can only log in via localhost

    rabbitMQ登錄報錯user can only log in via localhost

    本地安裝好rabbitmq,啟動后,輸入IP:port,打開登錄頁面,使用guest/guest登錄,報錯 這是由于guest賬號默認(rèn)只能通過localhost訪問登錄,如果通過IP地址訪問,則會被限制; 解決辦法: 找到rabbitmq安裝位置,D:developrabbitMqrabbitmq_server-3.7.17ebin;打開文件rabbimq.app 將{loopback_users

    2024年02月17日
    瀏覽(27)
  • 解決npm install 時出現(xiàn)的.git can‘t be found (see https://git.io/Jc3F9)問題

    問題: 今天使用webstream npm instatll 之后報錯 .git can‘t be found (see https://git.io/Jc3F9) 原因 一般來說就是你使用ws打開的文件夾位置中不是 .git 文件夾的所在的文件夾相同的位置 舉個例子就是: 你的 .git 文件在路徑 /a/b 而你現(xiàn)在用ws打開的項目在 /a/b/c 中導(dǎo)致的, 解決方案, 建議不要

    2024年04月25日
    瀏覽(27)
  • VM報錯Before you can run VMware several modules must be compiled and loaded into the running kernel

    Ubuntu 20.04下啟動虛擬機 VMware 時,報錯: Before you can run VMware several modules must be compiled and loaded into the running kernel . 按提示點擊 install 無法解決。 1 下載 vmware-host-modules 并切換到對應(yīng)分支 這里如果直接執(zhí)行 sudo make sudo make install 會報以下錯誤: 2. 編輯 vm_asm_x86.h 編輯 vmware-host

    2024年02月11日
    瀏覽(95)
  • npm v10.0.0 is known not to run on Node.js v12.8.0. This version of npm supports the following node

    執(zhí)行命令時報錯:ERROR: npm vxxx is known not to run on Node.js vxxx. ?This version of npm supports the following node versions: `^18.17.0 || =20.5.0`. You can find the latest version at https://nodejs.org/. 報錯說你現(xiàn)在的npm版本是vxxx 不支持你現(xiàn)在Node的版本vxxx,需要把node版本改成npm支持的版本,在node官網(wǎng)你可以找

    2024年02月08日
    瀏覽(26)
  • Linux安裝VMware17報錯Before you can run VMware,several modules must be compiled and……

    Linux安裝VMware17報錯Before you can run VMware,several modules must be compiled and……

    出現(xiàn)這種報錯一般是vmmon和vmnet這倆模塊沒有經(jīng)過簽名認(rèn)證,軟件認(rèn)為不安全,所以無法正常完成安裝,那我們完成簽名認(rèn)證就行 先找到模塊的位置 正常會返回兩個路徑, 接下來替換下面代碼中后面的路徑代碼 注意這步要在第一步生成密鑰的路徑下執(zhí)行 即 ls 能看到有? ? MOK

    2024年01月20日
    瀏覽(22)

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

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

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

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包