我試圖使用Visual Studio 2013來部署我的第一個C#的Web應用程序和Web部署包失敗的消息重新創建Visual Studio項目文件
Error 43 Copying file Content\lib\bootstrap-timepicker\Gruntfile.js to obj\Release\Package\PackageTmp\Content\lib\bootstrap-timepicker\Gruntfile.js failed. Could not find file 'Content\lib\bootstrap-timepicker\Gruntfile.js.
和項目本身顯示
The item 'Gruntfile.js' does not exist in the project directory. It may have been moved, renamed, or deleted.
當試圖打開它。 Gruntfile.js出現在許多項目文件夾中,而不僅僅是其中帶有警告標誌的文件夾。
從哪裏可以得到bootstrap-timepicker Gruntfile.js的副本,以及如何將其導入到項目中? gruntjs網站的「入門指南」和「安裝Grunt」部分似乎只討論了產品的原始獲取,而不一定是如何重新創建損壞的版本。提前致謝!
是通過nuget安裝的bootstrap timepicker嗎?如果是這樣,你可以嘗試重新安裝nuget包 – ADyson
感謝您的反應ADyson!其他人設立了這個項目,但我會檢查這個項目。 – jle
您可以通過查看項目的「管理Nuget包」選項(右鍵單擊項目文件)輕鬆進行檢查 - 您無需詢問項目創建者。 – ADyson