npm start causes an error
See original GitHub issueerror 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:
- Created 4 years ago
- Comments:9
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
got it, thansk!
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 magicThanks for the report. We’ll document the guide to start an app