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.

npm start causes an error

See original GitHub issue

error Cannot find module ‘./config’. Run CLI with --verbose flag for more details. Someone can hello my please. I clone the git kitten after install npm and when try to do expo start: error Cannot find module ‘./config’. Run CLI with --verbose flag for more details.

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

insert short code snippets here

Other information:

OS, device, package version

insert information here

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
srivempaticommented, Jun 12, 2019

got it, thansk!

1reaction
artyorshcommented, Jun 12, 2019

Hi @josemob87

You don’t need using expo-cli to start an app. Consider using npm start. This will do the same, but with some configuration magic

Thanks for the report. We’ll document the guide to start an app

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm start giving error in node.js - Stack Overflow
The error suggests that the ./bin/www directory is not found. Paths specified with a dot are relative to the current directory, ...
Read more >
npm ERR! Missing script: "start" [Solved] | bobbyhadz
The npm ERR! Missing script: "start" error occurs for multiple reasons: Missing a start script in the scripts section of your package.json file....
Read more >
How to fix npm start command not working - Nathan Sebhastian
How to fix npm start command not working · Check if you have a package.json file in your project · Check if you...
Read more >
I suddenly get an error message when doing npm start #46
Hi. After a week's break from the Pluralsight course, I was going to start again today. But when I do the command "npm...
Read more >
npm err! missing script: start Solution - Career Karma
What is the Cause of the npm err! missing script: start Error? ... If you type npm start and get the npm err!...
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