Git Product home page Git Product logo

ionic-mosum's Issues

getActiveChildNav is deprecated

Due to a recent change in nav-controller it shows below warning:
**

(getActiveChildNav) is deprecated and will be removed in the next major release. Use getActiveChildNavs instead

**

Can you help in resolving the same?

This is not working on ionic 4

I have just tried to install this app with ionic 4 but showing lots of error.

"C:\ionicproject\mosum\node_modules\node-sass\build\binding.sln" (default target) (1) ->
"C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj.metaproj" (default target) (2) ->
"C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj" (default target) (4) ->
(ClCompile target) ->
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\binding.cpp)c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling
source file ..\src\create_string.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\custom_function_bridge.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\custom_importer_bridge.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_context_wrapper.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\boolean.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\color.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\factory.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\list.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\map.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\null.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\number.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]
c:\ionicproject\mosum\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..
\src\sass_types\string.cpp) [C:\ionicproject\mosum\node_modules\node-sass\build\binding.vcxproj]

97 Warning(s)
12 Error(s)

Time Elapsed 00:02:12.41
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\ionicproject\mosum\node_modules\node-gyp\lib\build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:197:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\ionicproject\mosum\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd C:\ionicproject\mosum\node_modules\node-sass
gyp ERR! node -v v11.9.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\node-sass):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] postinstall: node scripts/build.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

added 1 package from 1 contributor and audited 3110 packages in 230.234s
found 79 vulnerabilities (32 low, 34 moderate, 13 high)
run npm audit fix to fix them, or npm audit for details

Weather Report is not displaying in android mobiles

Thank you for your response. My issue got resolved by installing cordova commands

but again sometimes displaying empty even playstore mosum weather app also

sometimes it is displaying and some times it's not displaying response with the same code tell me the reason please

missing script: serve

Hi @aggarwalankush
Firstly Thank you for sharing your project with us.
I have just downloaded it and installed node_modules but when I try to serve it, I got this error:
npm ERR! missing script: serve
...
...
npm ERR! Failed at the ionic-mosum@ ionic:serve script.

thanks in advance.

installation problem

Hi,
very interesting project!!!1

I am currently trying to compile it on a mac. I ran into a problem with missing ionic-app-scripts
that led me also install:
@ionic/app-scripts@latest --save-dev

Now I have the impression that ionic-app-scripts is made for ionic 1 not 2...

I get the error message that module 'typescript' is not found...

Could you please enlighten me if ionic-app-scripts is needed and which version? Also does the error message ? it occurs in module.js:422 (when ionic-app-scripts build is called/ as a result of "ionic build android."

Thx for your support,

Bernd

Features planned for future

The goal of this weather app is to demo different ionic component in a nice working app. Contributions are welcome for any good feature.

Features planned for future releases:

Error testing with Ionic DevApp

@aggarwalankush there is an error when I try to test the app with the Ionic DevApp. I have attached a screenshot of the error. I installed the app on my iPhone from the app store and it works fine.

dev-error

ERR File Not Found android_assest/www/index.html

I am following same instruction as given and getting file not found ERR....android_assest/www/index.html

I think in ionic www folder must contain index.html but in your case its not there...

Please Help.

F-Droid

Hi,

Since this app is MIT licensed, are you considering the fact to add it to F-Droid? There is a strong community behind and we already have a Request For Packaging here. We just need you to tag your releases (at least the last one, even if it's a little bit old).

You can find some documentation here.

Otherwise, if you don't want to work on the inclusion of this app by yourself, would it be ok for you if someone else do it for you (we are a little bit busy at F-Droid, it can take some time...)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.