We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I renamed my plugin from "nativescript-nsappconnect" to "nativescript-mobileiron-appconnect" and now when i run:
npm run demo.ios
The script is looking to remove the old one and i cannot run the demo:
> npm run build && cd demo && tns plugin remove nativescript-nsappconnect && tns plugin add .. && tns install > nativescript-mobileiron-appconnect@1.0.0 build /Users/alexrainman/Github/nativescript-mobileiron-appconnect > tsc Plugin "nativescript-nsappconnect" is not installed.
Help?
The text was updated successfully, but these errors were encountered:
@alexrainman You will have to update your package.json scripts and other various things to rename. See this in your plugin: https://github.com/NathanWalker/nativescript-plugin-seed/blob/master/package.json#L21
package.json
You'll want to reflect your rename there.
Sorry, something went wrong.
That line fixed my problem. Thanks
No branches or pull requests
I renamed my plugin from "nativescript-nsappconnect" to "nativescript-mobileiron-appconnect" and now when i run:
The script is looking to remove the old one and i cannot run the demo:
Help?
The text was updated successfully, but these errors were encountered: