Upon following the setup in the docs, I am receiving this error:
[ wait ] starting the development server ...
[ info ] waiting on http://localhost:3000 ...
**SyntaxError: Invalid regular expression: /(?<!pages[\\/])index\.module\.(scss|sass|css)$/: Invalid group**
at Object.<anonymous> (/.../node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js:1:379)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/.../node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js:1:206)
at Module._compile (module.js:643:30)
The dev project should compile without error and become available on localhost:3000
Just required updating node version. Oops.
Most helpful comment
Just required updating node version. Oops.