Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Index.html is produced locally when outputPath is a remote folder

Đang mở
#19,653 3 bình luận 0 reaction 1 người được giao Xem trên GitHub

@clydin đang làm issue này rồi.

Từ ngày 14/1/2021.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

area: @angular-devkit/build-angular
UPDATE 2020-12-20: I discovered this morning that the index.html files ARE being produced, but they are being pushed to my local machine instead of the remove machine.

From my angular.json: "outputPath": "\\\\remote-computer-name\\all-projects-folder\\project-folder"

Files SHOULD be copying to C:\all-projects-folder\project-folder. on the REMOTE machine. Instead, files are copying to C:\remote-computer-name\all-projects-folder\project-folder on my LOCAL machine

🐞 Bug report

Command (mark with an x)
  • new
  • build
  • serve
  • test
  • e2e
  • generate
  • add
  • update
  • lint
  • extract-i18n
  • run
  • config
  • help
  • version
  • doc
Is this a regression?
No. Discovered in 9.1.7. Updated to latest hoping to fix the problem. Still exists.
Description

Title says it all. When run ng build, everything works as expected. When I run ng build --configuration=remote-build, the build completes without errors and all files are pushed to the remote folder EXCEPT index.html.

🔬 Minimal Reproduction

Link to repro project here: https://github.com/joshorvis/remote-build. (Only change from the default ng new is a new target added in angular.json)

  1. set up a folder you can access on another machine. confirm file permissions aren't blocking writes from your local machine.
  2. npm install project on local machine. Update angular.json line 86 with the network path to your remote folder.
  3. run ng build. See index.html in local project folder /dist/remote-build
  4. run ng build --configuration=remote-build. See everything but index.html
  5. cry with me.

UPDATE: It appears that mapping the remote folder to a network drive letter will produce the index.html as expected.

Ngôn ngữ chính
TypeScript
Star
27k
Fork
11.8k
Merge trung bình
16 giờ 35 phút
Pull request đã merge (30 ngày)
176

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của angular/angular-cli

Tất cả issue của angular/angular-cli

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.