Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
3k views

I'm using NextJS and custom server with Express, But I got a problem when defining my routes in Express. When I define Express routes like below it will throw an errors app.get('/:username', handle....
Rohman HM's user avatar
  • 2,867
1 vote
2 answers
6k views

I am building a React app using next.js, and I am playing around with the webpack config, in the next.config.js file. Specifically, I'd like to have nicer imports using webpack's resolve.modules ...
Eric Burel's user avatar
  • 5,136
0 votes
1 answer
353 views

I was recently trying to debug errors in a next.js getting started project and realized that it didn't like a .babelrc file in a parent directory. My questions are: Why is the project throwing an ...
MonkeyBonkey's user avatar
  • 48.1k
0 votes
1 answer
2k views

Following along the getting started example from ZEIT for next.js, I'm getting this error: error in ./pages/index.js Module build failed: ReferenceError: [BABEL] /Users/Projects/nextDemo/pages/...
MonkeyBonkey's user avatar
  • 48.1k

1
840 841 842 843
844