adopted-ember-addons / adopted-ember-addons/ember-electron

make fails: Expected buildPath to be an absolute path

Đang mở
#1,501 9 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
802
Fork
106
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

make fails with "Expected buildPath to be an absolute path".

Built project successfully. Stored in "electron-app/ember-dist".
Making Electron project.
Expected buildPath to be an absolute path

diggin it seem the buildPath is set as 'electron-app' in the make task while forge

a quick fix inside node_modules/ember-electron/lib/tasks/make.js to prove we can get past this.
```
dir: path.join(process.cwd() , electronProjectPath),
```

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

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

Đánh giá

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

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.