-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
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
"tns platform update android" does not work #699
Comments
Workaround: |
Unable to reproduce |
It looks like the issue is caused by npm cache. It can be reproduced when you manually delete the framework directory under |
rosen-vladimirov
added a commit
that referenced
this issue
Jul 28, 2015
In some cases framework dir is missing in the npm cached package of the framework. Check if it exists and if not, remove the package from the cache and add it again. Fixes #699
rosen-vladimirov
added a commit
that referenced
this issue
Jul 28, 2015
In some cases framework dir is missing in the npm cached package of the framework. Check if it exists and if not, remove the package from the cache and add it again. Fixes #699
rosen-vladimirov
added a commit
that referenced
this issue
Jul 28, 2015
In some cases framework dir is missing in the npm cached package of the framework. Check if it exists and if not, remove the package from the cache and add it again. Fixes #699
rosen-vladimirov
added a commit
that referenced
this issue
Jul 28, 2015
In some cases framework dir is missing in the npm cached package of the framework. Check if it exists and if not, remove the package from the cache and add it again. Fail when the shasum of the package is not correct Fixes #699
rosen-vladimirov
added a commit
that referenced
this issue
Jul 28, 2015
In some cases framework dir is missing in the npm cached package of the framework. Check if it exists and if not, remove the package from the cache and add it again. Fail when the shasum of the package is not correct Fixes #699
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Precondition:
npm install -g nativescript@1.1.2
tns create MyApp
tns platform add android@1.1.0 --path MyApp
Steps to reproduce:
npm update -g nativescript
tns platform update android
Result:
ENOENT, scandir 'C:\Users\topuzov\AppData\Roaming\npm-cache\tns-android\1.2.0\package\framework'
The text was updated successfully, but these errors were encountered: