Commit 21a3391
Mitko-Kerezov
Fix prepare of projects which use ns-unit-tests-runner
`nativescript-hook` dependency has dependency on mkdirp module, which has its own executable.
After `npm install` is called, the executable is created in `<project dir>/node_modules/nativescript-unit-test-runner/node_modules/nativescript-hook/node_modules/.bin/mkdirp`. This file is symlink and when we try to copy it to platforms dir (that's CLI's bug - we should omit .bin dirs), the copy operation fails with EEXIST error.
Temporary remove the `nativesript-hook` dependency.1 parent d95c5fe commit 21a3391
3 files changed
+3
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 27 | + | |
40 | 28 | | |
41 | 29 | | |
This file was deleted.
This file was deleted.
0 commit comments