-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
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 apptns platform add androidtns 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!