Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with running build (and dev not working also) #2

Open
pkellner opened this issue Jan 23, 2019 · 0 comments
Open

Problem with running build (and dev not working also) #2

pkellner opened this issue Jan 23, 2019 · 0 comments

Comments

@pkellner
Copy link

I get this error when running npm run dev on a mac with latest os and npm.

Module build failed: Error: [BABEL] /Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/pages/_app.tsx: .overrides is not allowed in preset options
    at /Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/validation/options.js:64:13
    at Array.forEach (<anonymous>)
    at validate (/Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/validation/options.js:62:21)
    at /Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/full.js:242:36
    at cachedFunction (/Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/caching.js:40:17)
    at loadPresetDescriptor (/Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/full.js:234:45)
    at /Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/full.js:58:19
    at Array.map (<anonymous>)
    at recurseDescriptors (/Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/full.js:56:36)
    at recurseDescriptors (/Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/full.js:87:27)
    at loadFullConfig (/Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/config/full.js:103:6)
    at /Users/peterkellner/Downloads/TODO-pwa-nextjs-master.zip Folder/TODO-pwa-nextjs-master/node_modules/next/node_modules/@babel/core/lib/transform.js:26:33
    at process._tickCallback (internal/process/next_tick.js:61:11)
 
 @ multi ./pages/_app.tsx
 
(node:4884) DeprecationWarning: Module.chunks: Use Module.forEachChunk/mapChunks/getNumberOfChunks/isInChunk/addChunk/removeChunk instead
> Ready on http://localhost:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant