npm run web fails
See original GitHub issueI’m trying to run my app using the web variant. I’m getting this error when the app spins up. Ive tried to look through the expo-cli package to see if I could find anything and came up empty. I’m guessing that i’m missing a config somewhere.
Failed to compile.
C:/Users/smplman/AppData/Roaming/npm/node_modules/expo-cli/node_modules/react-dev-utils/webpackHotDevClient.js
Error: Failed to load config "universe/node" to extend from.
Referenced from: BaseConfig
at _normalizeObjectConfigDataBody.next (<anonymous>)
at _normalizeObjectConfigData.next (<anonymous>)
Here is how I setup my app
vue-native init test-app
cd test-app
npm run web
Issue Analytics
- State:
- Created 4 years ago
- Reactions:16
- Comments:27 (3 by maintainers)
Top Results From Across the Web
Start script missing error when running npm start
App with the scripts was in folder B. Folder B was in folder A. I open folder A in vscode and enter "npm...
Read more >npm run start:web not working · Issue #626 - GitHub
Dev server seems to run fine, but side loading fails with no useful information. Output: MYPATH>npm run start:web ...
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 >How to fix npm start not working error in React JS - YouTube
How to solve npm err code enoent error syscall open no such file or directory , npm start not working in react js...
Read more >Getting an error while running nodejs app when running locally
Failed at the dashdbnodesample@0.0.1 start script 'node app.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
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
@icarter09 I blew away my test app, downgraded expo-cli and re ran vue-native init. After that I renamed app.json to App.json. Here is the error i’m getting now.
Same issue, can’t run npm run web