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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.1.0
Cross-platform modules:5.1.0
Android Runtime:5.1.0
iOS Runtime:5.1.0
Describe the bug
Set package manager to be yarn and try to use command: tns update. You will see exception: Could not update the project!
To Reproduce
tns create app
tns platform add android
tns update
Expected behavior
Successfully update added platform and installed plugin
Additional context
console log exception:
stdout: yarn remove v1.12.3
[1/2] Removing module tns-core-modules-widgets...
info Visit https://yarnpkg.com/en/docs/cli/remove for documentation about this command.
stderr: error This module isn't specified in a package.json file.
Could not update the project!
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Set package manager to be yarn and try to use command:
tns update
. You will see exception: Could not update the project!To Reproduce
tns create app
tns platform add android
tns update
Expected behavior
Successfully update added platform and installed plugin
Additional context
console log exception:
The text was updated successfully, but these errors were encountered: