nuxt-community / express-template

Starter template for Nuxt 2 with Express.
https://codesandbox.io/s/github/nuxt-community/express-template
1.25k stars 239 forks source link

replace ctx.isClient to process.client due to nuxt-edge #144

Closed kuyh closed 3 years ago

kuyh commented 5 years ago

AS-IS ERROR Failed to compile with 1 errors friendly-errors 10:32:39

Module build failed (from ./node_modules/eslint-loader/index.js): friendly-errors 10:32:39 TypeError: Cannot read property 'eslint' of undefined at Object.module.exports (/mnt/e/git-space/express-nuxt/node_modules/eslint-loader/index.js:148:18)

TO-BE No Compile Error

abu-yusuf-dev commented 5 years ago

This PR should be merged asap!

jeliasson commented 4 years ago

What is the ETA on the merge?

myokoym commented 4 years ago

Hi, I ran into the same problem. I think that it is a fatal problem that the template does not work in the initial state. Why not merged?

myokoym commented 4 years ago

Or maybe it should be mentioned in the README that it is not maintained.

atinux commented 3 years ago

Fixed on the new version.