我使用PHP v8.1 並嘗試使用以下命令打開Codeigniter (v4.2.10) 歡迎頁面:php Sparkserve 並收到此錯誤:無法開啟輸入檔:spark 。 < /p>
我上網搜尋過,沒有找到任何相關內容。所以我嘗試使用composer安裝spark: composer require sparkphp/spark 但沒有運氣。我收到以下錯誤:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires sparkphp/spark ^0.16.3 -> satisfiable by sparkphp/spark[0.16.3].
- sparkphp/spark 0.16.3 requires destrukt/destrukt ^0.7.1 -> could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require sparkphp/spark:*" to figure out if any version is installable, or "composer require sparkphp/spark:^2.1" if you know which you need.
Installation failed, deleting ./composer.json.
現在我不知道該怎麼辦,非常感謝您的幫助。
Your Answer
1 個答案
Could not open input file: spark
表示您不在 Codeigniter 根目錄中。 只需進入 Codeigniter 根目錄然後運行命令即可。 如果您使用 Composer 來建立應用程式
composer create-project codeigniter4/appstarter project-root
只需轉到「專案根目錄」(您寫的任何名稱)
cd project-root php spark serve
Hot Questions
function_exists()無法判定自訂函數
2024-04-29 11:01:01
google 瀏覽器 手機版顯示的怎麼實現
2024-04-23 00:22:19
子窗口操作父窗口,輸出沒反應
2024-04-19 15:37:47
父視窗沒有輸出
2024-04-18 23:52:34
關於CSS心智圖的課件在哪?
2024-04-16 10:10:18
Hot Tools
vc9-vc14(32+64位元)運行庫合集(連結在下方)
phpStudy安裝所需運行函式庫集合下載
VC9 32位
VC9 32位元 phpstudy整合安裝環境運行庫
php程式設計師工具箱完整版
程式設計師工具箱 v1.0 php整合環境
VC11 32位
VC11 32位元 phpstudy整合安裝環境運行庫
SublimeText3漢化版
中文版,非常好用
熱門話題
抖音等級價目表1-75
20334
7
20334
7
wifi顯示無ip分配
13530
4
13530
4
虛擬手機號碼接收驗證碼
11850
4
11850
4
gmail信箱登陸入口在哪裡
8835
17
8835
17
windows安全中心怎麼關閉
8420
7
8420
7
熱門文章
2025年加密貨幣市場十大趨勢預測:下一個風口在哪裡?
2025-11-07
By DDD
幣圈土狗項目如何識別?避免歸零幣的陷阱與風險預警
2025-11-07
By DDD
win10字體安裝後在軟件裡找不到怎麼辦_win10字體安裝與識別方法
2025-11-07
By DDD
高效處理PHP表單中動態數量的問答數據更新
2025-11-07
By DDD
季節的故事:大巴扎 - SOS!逃跑的鳥兒!請求演練
2025-11-07
By DDD





