Closed Yamilquery closed 7 years ago
When I run:
tns run ios
On /nativescript-masked-text-field/demo-ng I get this error:
Unable to install dependencies. Make sure your package.json is valid and all dependencies are correct. Error is: Command npm failed with exit code 254
On package.json, change the following line
"nativescript-masked-text-field": "file:../bin/dist",
By
"nativescript-masked-text-field": "^1.0.0",
And it worked!
When I run:
tns run ios
On /nativescript-masked-text-field/demo-ng I get this error:
Unable to install dependencies. Make sure your package.json is valid and all dependencies are correct. Error is: Command npm failed with exit code 254