Category: JS
React Native: fix error: Failed to install the following Android SDK packages as some licences have not been accepted
Sample error: In error message we see: Now we must install Android SDK Platform 28: Step 1: In Android studio, go to menu File ->…
React Native: how to fix error: SDK location not found. Define location with an ANDROID_SDK_ROOT environment
Sample error: Solution: Create file local.properties Done!
React Native on Windows: how to fix error: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache
Sample error: Solution: Edit file gradle\wrapper\gradle-wrapper.properties Change line 3 to Done!
React Native CLI error: Invalid regular expression: /(.*\\__fixtures__
Sample error: NodeJS version: v14.7.0 Solution: Edit file node_modules\metro-config\src\defaults\blacklist.js Line 14-19 Change to: Done
NuxtJS: Persist Vuex State with vuex-persist
Package vuex-persist Current version: 3.1.3 Link: https://www.npmjs.com/package/vuex-persist Features 📦 NEW in v1.5 distributed as esm and cjs both (via module field of package.json) better tree…
NuxtJS: How to turn off SSR for only certain pages
How to turn off SSR for only certain pages Solution: use server middleware Step 1: create file middleware/render.js Step 2: Edit File nuxt.config.js
NuxtJS: fix warning: [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content
Method 1: wrap your component by <no-ssr></no-ssr> Method 2: wrap your component by <client-only></client-only> For NuxtJS version > v2.9.0
NuxtJS Highcharts asynchronous load data
Template: TypeScript:
TypeScript: how to fix error: Could not find a declaration file for module
Step 1: try to install package follow the error message Example: If you got error, you must do the second step Step 2: Make file…