question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vue-native init doesn't work

See original GitHub issue

Since, crna has been merged into expo I installed the expo cli using npm install -g expo-cli. After that I tried running vue-native init blorkblork, but I get an error saying:

Please globally install create-react-native-app dependency

Is vue-native going to be compatible with the expo-cli in the (near) future?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
vahidalvandicommented, Feb 12, 2019

it must use in cmd not in power shell

3reactions
vahidalvandicommented, Jul 18, 2019

i fixed it in ubunto with set permission in npm global


sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH


npm install npm@latest -g
npm install node@latest -g


npm install react-native-cli -g
npm install expo-cli -g
npm install -g vue-native-cli
Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation - Vue Native
Step 0: Install React Native CLI globally · Step 1: Create a new project using the CLI's init command with the --no-expo option...
Read more >
Vue Native installed but npm start doesn't work gets a error
I followed the vue native website I installed every thing what I need but when I try to run: npm start or npm...
Read more >
How to Install Vue Native? - GeeksforGeeks
It will take time to create and check if it is working. Create a new project using the CLI's init command. vue-native init...
Read more >
Getting Started - Vite
A dev server that provides rich feature enhancements over native ES modules, for example extremely fast Hot Module Replacement (HMR). A build command...
Read more >
Vue JavaScript Tutorial in Visual Studio Code
Vetur extension. Now expand the src folder and select the App.vue file. You'll notice that VS Code doesn't show ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found