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.

return error in npm start vue-native-scripts

See original GitHub issue

Loading dependency graph, done. (node:8724) UnhandledPromiseRejectionWarning: Error: Cannot find module ‘vue-native-scripts’

you must add vue-native-script in dependencies

  "dependencies": {
    "react": "16.8.3",
    "react-native": "0.59",
    "vue-native-core": "0.0.8",
    "vue-native-helper": "0.0.11"
  }

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
anoop-ananthancommented, Aug 7, 2019

Same issue for me… Tried : npm install vue-native-scripts --save-dev Result:

anoop@lenovo-pc:~/coding/learn/vue-native/sample$ npm install vue-native-scripts --save-dev
npm WARN vue-native-scripts@0.1.0 requires a peer of metro-bundler@* but none is installed. You must install peer dependencies yourself.
0reactions
mk6488commented, Sep 1, 2021

This was an issue for me as well, fresh install of vue-native-cli. Fixed it with solution above.

Same issue here. What solution?

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm start returning an error - Stack Overflow
It seems .csslintrc file is not available in your project folder. You can re download this from the master branch and try again....
Read more >
Installation - Vue Native
This works just like npm start , but also attempts to open your app in the iOS Simulator ... return vueNativeScripts.transform({ src, filename,...
Read more >
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. · This can be caused...
Read more >
return error in npm start vue-native-scripts - JavaScript vue-native-core
Same issue for me... Tried : npm install vue-native-scripts --save-dev Result: anoop@lenov...
Read more >
How to fix start script error when running npm start command
In this video we are going to learn how to fix start script error when running npm start command.Thank You For Visiting My...
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