You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are not satisfied peerDependencies then adding a platform fails. This leaves the project in a broken state with the platform added as a dependency.
Steps:
git clone [email protected]:NativeScript/nativescript-sdk-examples-ng.git
cd nativescript-sdk-examples-ng
git reset 642bde0cbea6f70659972d6bbf1a2bb6f2f502a4
npm install
tns run ios --log trace
Details:
node v6.10.2
npm 4.2.0
Output:
Installing tns-ios
spawn: npm "install" "[email protected]" "--silent" "--save-exact" "--save"
[email protected] /Users/vchimev/Work/git/nativescript-sdk-examples-ng
├── UNMET PEER DEPENDENCY [email protected]
└── [email protected]
◠ Installing tns-iosspawn: npm "install" "[email protected]" "--silent" "--save-exact" "--save" "--json" "--dry-run" "--prefix" "/Users/vchimev/Work/git/nativescript-sdk-examples-ng"
Unable to apply changes on device: A81C3CED-87A4-41E9-B3C7-6613B4F2B533. Error is: cp: no such file or directory: /Users/vchimev/Work/git/nativescript-sdk-examples-ng/node_modules/tns-core-modules/framework/*.
The text was updated successfully, but these errors were encountered:
If there are not satisfied peerDependencies then adding a platform fails. This leaves the project in a broken state with the platform added as a dependency.
Steps:
Details:
Output:
The text was updated successfully, but these errors were encountered: