vue-native

Unable to resolve “../../App” from “node_modules/expo/AppEntry.js”

倖福魔咒の 提交于 2021-02-10 14:35:28
问题 I am making a vue-native app with expo. when upgrading to expo version 33 I get the following error "Unable to resolve "../../App" from "node_modules/expo/AppEntry.js". The need to upgrade to version 33 is because I need the expo filesystem module. I have already made a new project from scratch and the same error still occurs. package.json { "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo

unable to import js file in visual studio code

久未见 提交于 2020-06-16 04:34:11
问题 as you can see I tried to import the js from src/services I tried the following path but none of them working. ./services/member.service /@services/member.service member.service Previously I used /@store/member.service for my others Vue project but somehow it is not working in vue native my member.service.js 来源: https://stackoverflow.com/questions/62316308/unable-to-import-js-file-in-visual-studio-code

App.vue is not working in Vue-Native application

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-23 01:03:53
问题 i initialize project with vue-native init projectname after initializing there is "app.js" and "app.vue" file in the project and every time i run my application it only run the app.js file while the vue file is ignored.. any suggestions?? 回答1: If you use expo , you must find file: your-app/node-modules/expo(not @expo but expo)/AppEntry.js and change import App from '../../App'; to import App from '../../App.vue'; 来源: https://stackoverflow.com/questions/53684116/app-vue-is-not-working-in-vue

I can't install expo-cli

拟墨画扇 提交于 2019-12-21 06:06:54
问题 When I install expo-cli with npm i -g expo-cli I get thousands of npm WARN tar invalid entry , and then I get this error : npm ERR! path C:\Users\mrkinix\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\bunyan\bin\bunyan npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\mrkinix\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\bunyan\bin\bunyan' npm ERR! enoent This is related to npm not

Vue native is always executing App.js instead of .vue

非 Y 不嫁゛ 提交于 2019-12-10 13:56:06
问题 I made the first process of installation of vue-native, and I'm following the "Getting Started" Hello world tutorial (https://vue-native.io/getting-started.html), but the App.vue is never executed, only the App.js . If I remove the App.js I get an error: "Unable to resolve "../../App" from "node_modules\expo\AppEntry.js"" How can I fix this problem to make it work and follow the tutorial with any problem? Folder Structure: App.js import React from 'react'; import { StyleSheet, Text, View }

I can't install expo-cli

北战南征 提交于 2019-12-04 15:19:40
When I install expo-cli with npm i -g expo-cli I get thousands of npm WARN tar invalid entry , and then I get this error : npm ERR! path C:\Users\mrkinix\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\bunyan\bin\bunyan npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\mrkinix\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\bunyan\bin\bunyan' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C

Which is better vue-native or nativescript-vue?

会有一股神秘感。 提交于 2019-12-03 05:46:07
问题 I would like to start a mobile app with VueJS. Can anyone please suggest which Framework I can choose between vue-native or nativescript-vue ? 回答1: Vue-Native is nothing but a wrapper around ReactNative. So the question becomes ReactNative vs NativeScript ? In my opinion, it's NativeScript . Supports frameworks like Angular & Vue Works with Core JavaScript / TypeScript too Better code sharing 100% access to native apis ReactNative got a huge community and range of plugins, but the problem

Which is better vue-native or nativescript-vue?

▼魔方 西西 提交于 2019-12-02 20:28:12
I would like to start a mobile app with VueJS. Can anyone please suggest which Framework I can choose between vue-native or nativescript-vue ? Vue-Native is nothing but a wrapper around ReactNative. So the question becomes ReactNative vs NativeScript ? In my opinion, it's NativeScript . Supports frameworks like Angular & Vue Works with Core JavaScript / TypeScript too Better code sharing 100% access to native apis ReactNative got a huge community and range of plugins, but the problem beings when you want to customise. Every app is unique in it's own way, it becomes really hard to customise a