-
-
Notifications
You must be signed in to change notification settings - Fork 197
semver.browser.js.gz file already in archive in sample-Groceries app #1122
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
Comments
I got the same error after the upgrade to 1.4.1. |
I must correct myself. I use also version 1.4.3. |
I deleted all dependencies in the package.json removed, except tns-android and tns-core-modules and it worked just fine. So, I think some dependency creates the problem. |
This is a major issue, with any devDependencies I am unable to build the project which means I cannot use Gulp or many other node_modules. This needs to be fixed. |
Hit the same this morning btw. It's weird I went through part of the groceries tutorial yesterday and things were working but when I went back to it today I got the exact error that kyrisu shows above. I don't know why - I hadn't done anything to explain it that I know of... (well not entirely true - I had decided to try genymotion this morning but I couldn't get it to work - so I first saw the above error when I was trying to use genymotion, it was only when I gave up and switched back to the stock android emulator that I realized I was getting the same error under it as well). Wasted a bunch of time trying to figure it out but finally I thought to try the iOS emulator and I'm back in business using that for now... Really frustrating though (partly because these builds are slow as molasses on my machine I'm not sure it's typical I haven't timed them but each attempt at "tns run android --emulator" was taking multiple minutes to get through that was really adding to my frustration). Does anybody know if there's a workaround for this problem btw? Since it seems to not happen when you first start the tutorial but only shows up later, I wondered shouldn't there be a "clean build" or something to re-jigger it back? Or what if we just blew everything under node_modules away would that cause it to re-do the "npm install" and get back to the working state again (as it had yesterdat after the first "npm install"?) |
Not sure if this will work for everyone, but I was having the same issue. Installing a local semver package via npm worked for me: |
@khaliddpdev +1, installing the latest version of semver fixed the issue for me. |
Hey guys, The issue is that an older versions of On other hand Android asset packing tool (aapt) does not play nicely when you have gzipped files that have names equal to none compressed files minus the file extension ( Good news is that newer versions of the |
Hit this issue again today. |
Ran into this today also. If the log4js dependency gets updated to 1.0.1 (latest), this shouldn't be a problem anymore. log4js updated their semver dependency in 1.0.1 to a newer version that doesn't include |
If anyone still has this issue and updating samver does not help, try to update tns-core-modules and tns-android to @next version (2.5.0 development version in my case) ... |
My problem is similar to issue #601 but based on the notes there it should be fixed in version 1.1.2
I'm on version 1.4.3
Unfortunately when I try to run sample-Groceries app from the tutorial I have the following error:
The text was updated successfully, but these errors were encountered: