Next.js: Next.js fails on now (Missing BUILD_ID)

Created on 18 Nov 2018  路  6Comments  路  Source: vercel/next.js

Bug report

When I try to deploy my site with now it fails with the following logs:

2018-11-18T20:48:36.347Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/11a749627e8031986672d82c30700103257b69b1: 15.507ms
2018-11-18T20:48:36.349Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/e0b2d7f05adbcc65e83d41cf475b1256e0cdee26: 24.761ms
2018-11-18T20:48:36.350Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/fa9fd2e7d2e172bc866eff51d9ee7e3964d4ebb1: 24.777ms
2018-11-18T20:48:36.352Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/b3c1ec4c75f1841b150c7734381e68c71b25d57a: 29.615ms
2018-11-18T20:48:36.354Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/2bc86a3bd048bae4038b17bfe349f8ec6d14a73e: 27.051ms
2018-11-18T20:48:36.354Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/7d27427d7a6d8e74d943e9dd1510e2413c920239: 26.133ms
2018-11-18T20:48:36.355Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/4bb0ec0d0eff25934948c51244c640bdabf93cb0: 22.367ms
2018-11-18T20:48:36.356Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/0835cd0ae604aa5884ba4fdacb16d710ecf1bb69: 19.410ms
2018-11-18T20:48:36.360Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/e0176f614934ed060008b4f59eb95d446012d38d: 16.802ms
2018-11-18T20:48:36.360Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/2bc1d1c07960f206703eeb217f18f2fd4a6e7344: 11.396ms
2018-11-18T20:48:36.361Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/26b1289de3dee888cab11f457aa4559932e3bcaf: 10.795ms
2018-11-18T20:48:36.361Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/b2693e47fcb085c84449228b00ce28a6685faf8b: 9.117ms
2018-11-18T20:48:36.362Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/5a0e4a1adb00d313d3f7a49a7683c8c3e2605281: 16.908ms
2018-11-18T20:48:36.363Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/0581451d3e26b94163202daea5223e9f672ef2c8: 16.127ms
2018-11-18T20:48:36.364Z  normalizing package.json
2018-11-18T20:48:36.377Z  running npm install...
2018-11-18T20:48:36.378Z  installing to /tmp/6e9ad431
2018-11-18T20:48:36.712Z  yarn install v1.12.3
2018-11-18T20:48:36.739Z  info No lockfile found.
2018-11-18T20:48:36.745Z  [1/4] Resolving packages...
2018-11-18T20:48:39.058Z  [2/4] Fetching packages...
2018-11-18T20:48:46.916Z  info [email protected]: The platform "linux" is incompatible with this module.
2018-11-18T20:48:46.916Z  info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
2018-11-18T20:48:46.918Z  [3/4] Linking dependencies...
2018-11-18T20:48:50.364Z  [4/4] Building fresh packages...
2018-11-18T20:48:50.430Z  success Saved lockfile.
2018-11-18T20:48:50.436Z  Done in 13.73s.
2018-11-18T20:48:50.787Z  yarn cache v1.12.3
2018-11-18T20:48:52.357Z  success Cleared cache.
2018-11-18T20:48:52.357Z  Done in 1.58s.
2018-11-18T20:48:52.363Z  running user script...
2018-11-18T20:48:52.364Z  running "yarn run now-build"
2018-11-18T20:48:52.698Z  yarn run v1.12.3
2018-11-18T20:48:52.745Z  $ next build
2018-11-18T20:48:53.807Z  [20:48:53] Compiling client
2018-11-18T20:48:53.835Z  [20:48:53] Compiling server
2018-11-18T20:48:54.818Z  [20:48:54] Compiled server in 983ms
2018-11-18T20:49:00.949Z  [20:49:00] Compiled client in 7s
2018-11-18T20:49:00.950Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.951Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.951Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.954Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.955Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T20:49:00.955Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6e9ad431'
                              at Function.module.exports [as sync] (/tmp/6e9ad431/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6e9ad431/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6e9ad431/node_modules/@babel/core/lib/config/config-desc
2018-11-18T20:49:00.955Z  > Failed to build
2018-11-18T20:49:00.956Z  Error: Webpack errors
                              at /tmp/6e9ad431/node_modules/next/dist/build/index.js:305:33
                              at finalCallback (/tmp/6e9ad431/node_modules/webpack/lib/MultiCompiler.js:247:12)
                              at runWithDependencies.err (/tmp/6e9ad431/node_modules/webpack/lib/MultiCompiler.js:270:6)
                              at done (/tmp/6e9ad431/node_modules/neo-async/async.js:2928:13)
                              at runCompilers (/tmp/6e9ad431/node_modules/webpack/lib/MultiCompiler.js:174:48)
                              at err (/tmp/6e9ad431/node_modules/webpack/lib/MultiCompiler.js:181:7)
                              at compiler.run (/tmp/6e9ad431/node_modules/webpack/lib/MultiCompiler.js:263:7)
                              at finalCallback (/tmp/6e9ad431/node_modules/webpack/lib/Compiler.js:210:39)
                              at hooks.done.callAsync.err (/tmp/6e9ad431/node_modules/webpack/lib/Compiler.js:226:13)
                              at AsyncSeriesHook.eval [as callAsync] (eval at create (/tmp/6e9ad431/node_modules/tapable/lib/HookCodeFactory.js:32:10), <anonymous>:33:1)
                              at AsyncSeriesHook.lazyCompileHook (/tmp/6e9ad431/node_modules/tapable/lib/Hook.js:154:20)
                              at onCompiled (/tmp/6e9ad43
2018-11-18T20:49:00.981Z  error Command failed with exit code 1.
2018-11-18T20:49:00.981Z  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2018-11-18T20:49:00.987Z  Exited with 1
2018-11-18T20:49:00.987Z  running npm install --production...
2018-11-18T20:49:00.987Z  installing to /tmp/6e9ad431
2018-11-18T20:49:01.329Z  yarn install v1.12.3
2018-11-18T20:49:01.431Z  [1/4] Resolving packages...
2018-11-18T20:49:01.877Z  [2/4] Fetching packages...
2018-11-18T20:49:10.911Z  info [email protected]: The platform "linux" is incompatible with this module.
2018-11-18T20:49:10.911Z  info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
2018-11-18T20:49:10.916Z  [3/4] Linking dependencies...
2018-11-18T20:49:12.495Z  [4/4] Building fresh packages...
2018-11-18T20:49:12.521Z  Done in 11.20s.
2018-11-18T20:49:12.864Z  yarn cache v1.12.3
2018-11-18T20:49:14.208Z  success Cleared cache.
2018-11-18T20:49:14.208Z  Done in 1.35s.
2018-11-18T20:49:15.513Z  preparing lambda files...
2018-11-18T20:49:15.527Z  BUILD_ID not found in ".next". The "package.json" "build" script did not run "next build"
2018-11-18T20:49:15.527Z  patching https://api-bru1.zeit.co/v2/now/deployments/dpl_B8bQdAQHvqTR5bBYQPjGaX5aADZ3/builds/bld_clhyasmlw with {"readyState":"ERROR","errorCode":"BUILD_FAILED"}
2018-11-18T20:49:16.481Z  { Error: Missing BUILD_ID
                              at Object.exports.build (/tmp/utils/build-module/node_modules/@now/next/index.js:123:11)
                              at <anonymous> reported: true }

To Reproduce

  1. Clone kepinski.me repository
  2. Run npm install and now

Expected behavior

Now will successfully deploy my Next.js app :laughing:

System information

  • OS: Linux
  • Version of Next.js: 7.0.2

Additional context

now.json:

{
    "version": 2,
    "alias": ["kepinski.me", "www.kepinski.me"],
    "builds": [
        { "src": "next.config.js", "use": "@now/next" },
        { "src": "static/**/*", "use": "@now/static" }
      ],
    "regions": ["all"]
}

next.config.js:

module.exports = {};

Most helpful comment

Hey @xxczaki, I've fixed the issue in @now/next and added an integration tests, the patch is currently published to the canary version, so you can try it using "use": "@now/next@canary"

All 6 comments

Seems like you didn't install babel-plugin-styled-components so the log is pretty much correct 馃 https://github.com/xxczaki/kepinski.me/blob/master/package.json

@timneutkens after installing babel-plugin-styled-components it still does not work and the log looks the same (I think). I also tried deleting node_modules folder, /tmp/{number} folder and reinstalling now :cry:

2018-11-18T22:24:23.752Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/26b1289de3dee888cab11f457aa4559932e3bcaf: 27.012ms
2018-11-18T22:24:23.755Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/fa9fd2e7d2e172bc866eff51d9ee7e3964d4ebb1: 28.404ms
2018-11-18T22:24:23.757Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/feaa6023886fb77f6db9abce7453eb036ee12a8a: 26.655ms
2018-11-18T22:24:23.758Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/2bc1d1c07960f206703eeb217f18f2fd4a6e7344: 28.910ms
2018-11-18T22:24:23.759Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/e0176f614934ed060008b4f59eb95d446012d38d: 21.576ms
2018-11-18T22:24:23.760Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/6d71154c41bc03acd3768f7a365efd35cadf4e46: 27.677ms
2018-11-18T22:24:23.764Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/11a749627e8031986672d82c30700103257b69b1: 20.156ms
2018-11-18T22:24:23.765Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/b2693e47fcb085c84449228b00ce28a6685faf8b: 16.884ms
2018-11-18T22:24:23.766Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/5d867cfaad2b76c20b11f8c1be0a5af91cba1566: 19.763ms
2018-11-18T22:24:23.767Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/3351556f5e6978c459c28afef4db710d8a7286ee: 11.533ms
2018-11-18T22:24:23.768Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/dabbbbe9dec55ebf640cbb70c94a043240bf0199: 15.279ms
2018-11-18T22:24:23.768Z  downloading https://dmmcy0pwk6bqi.cloudfront.net/4bb0ec0d0eff25934948c51244c640bdabf93cb0: 18.007ms
2018-11-18T22:24:23.769Z  normalizing package.json
2018-11-18T22:24:23.788Z  running npm install...
2018-11-18T22:24:23.788Z  installing to /tmp/6f728c6a
2018-11-18T22:24:24.205Z  yarn install v1.12.3
2018-11-18T22:24:24.241Z  info No lockfile found.
2018-11-18T22:24:24.249Z  [1/4] Resolving packages...
2018-11-18T22:24:27.595Z  [2/4] Fetching packages...
2018-11-18T22:24:37.475Z  info [email protected]: The platform "linux" is incompatible with this module.
2018-11-18T22:24:37.475Z  info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
2018-11-18T22:24:37.478Z  [3/4] Linking dependencies...
2018-11-18T22:24:42.495Z  [4/4] Building fresh packages...
2018-11-18T22:24:42.580Z  success Saved lockfile.
2018-11-18T22:24:42.587Z  Done in 18.39s.
2018-11-18T22:24:43.015Z  yarn cache v1.12.3
2018-11-18T22:24:45.126Z  success Cleared cache.
2018-11-18T22:24:45.127Z  Done in 2.12s.
2018-11-18T22:24:45.134Z  running user script...
2018-11-18T22:24:45.134Z  running "yarn run now-build"
2018-11-18T22:24:45.554Z  yarn run v1.12.3
2018-11-18T22:24:45.619Z  $ next build
2018-11-18T22:24:46.983Z  [22:24:46] Compiling client
2018-11-18T22:24:47.015Z  [22:24:47] Compiling server
2018-11-18T22:24:48.617Z  [22:24:48] Compiled server in 2s
2018-11-18T22:24:56.579Z  [22:24:56] Compiled client in 10s
2018-11-18T22:24:56.581Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.583Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.583Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.584Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.584Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.584Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.584Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.584Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.584Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.584Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.584Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ERROR ModuleBuildError: Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
                          Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-desc
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.587Z  ORIGINAL ERROR { Error: Cannot find module 'babel-plugin-styled-components' from '/tmp/6f728c6a'
                              at Function.module.exports [as sync] (/tmp/6f728c6a/node_modules/resolve/lib/sync.js:43:15)
                              at resolveStandardizedName (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:101:31)
                              at resolvePlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:54:10)
                              at loadPlugin (/tmp/6f728c6a/node_modules/@babel/core/lib/config/files/plugins.js:62:20)
                              at createDescriptor (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
                              at items.map (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
                              at Array.map (<anonymous>)
                              at createDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
                              at createPluginDescriptors (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors.js:105:10)
                              at plugins (/tmp/6f728c6a/node_modules/@babel/core/lib/config/config-descriptors
2018-11-18T22:24:56.588Z  > Failed to build
2018-11-18T22:24:56.589Z  Error: Webpack errors
                              at /tmp/6f728c6a/node_modules/next/dist/build/index.js:305:33
                              at finalCallback (/tmp/6f728c6a/node_modules/webpack/lib/MultiCompiler.js:247:12)
                              at runWithDependencies.err (/tmp/6f728c6a/node_modules/webpack/lib/MultiCompiler.js:270:6)
                              at done (/tmp/6f728c6a/node_modules/neo-async/async.js:2928:13)
                              at runCompilers (/tmp/6f728c6a/node_modules/webpack/lib/MultiCompiler.js:174:48)
                              at err (/tmp/6f728c6a/node_modules/webpack/lib/MultiCompiler.js:181:7)
                              at compiler.run (/tmp/6f728c6a/node_modules/webpack/lib/MultiCompiler.js:263:7)
                              at finalCallback (/tmp/6f728c6a/node_modules/webpack/lib/Compiler.js:210:39)
                              at hooks.done.callAsync.err (/tmp/6f728c6a/node_modules/webpack/lib/Compiler.js:226:13)
                              at AsyncSeriesHook.eval [as callAsync] (eval at create (/tmp/6f728c6a/node_modules/tapable/lib/HookCodeFactory.js:32:10), <anonymous>:33:1)
                              at AsyncSeriesHook.lazyCompileHook (/tmp/6f728c6a/node_modules/tapable/lib/Hook.js:154:20)
                              at onCompiled (/tmp/6f728c6
2018-11-18T22:24:56.616Z  error Command failed with exit code 1.
2018-11-18T22:24:56.617Z  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2018-11-18T22:24:56.622Z  Exited with 1
2018-11-18T22:24:56.622Z  running npm install --production...
2018-11-18T22:24:56.622Z  installing to /tmp/6f728c6a
2018-11-18T22:24:57.044Z  yarn install v1.12.3
2018-11-18T22:24:57.194Z  [1/4] Resolving packages...
2018-11-18T22:24:57.802Z  [2/4] Fetching packages...
2018-11-18T22:25:07.710Z  info [email protected]: The platform "linux" is incompatible with this module.
2018-11-18T22:25:07.710Z  info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
2018-11-18T22:25:07.718Z  [3/4] Linking dependencies...
2018-11-18T22:25:10.164Z  [4/4] Building fresh packages...
2018-11-18T22:25:10.201Z  Done in 13.16s.
2018-11-18T22:25:10.635Z  yarn cache v1.12.3
2018-11-18T22:25:12.715Z  success Cleared cache.
2018-11-18T22:25:12.716Z  Done in 2.09s.
2018-11-18T22:25:14.260Z  preparing lambda files...
2018-11-18T22:25:14.276Z  BUILD_ID not found in ".next". The "package.json" "build" script did not run "next build"
2018-11-18T22:25:14.276Z  patching https://api-bru1.zeit.co/v2/now/deployments/dpl_8AM8mkS3ea2casCv43mvv3tqLe4h/builds/bld_9z0wqsgwh with {"readyState":"ERROR","errorCode":"BUILD_FAILED"}
2018-11-18T22:25:14.947Z  { Error: Missing BUILD_ID
                              at Object.exports.build (/tmp/utils/build-module/node_modules/@now/next/index.js:123:11)
                              at <anonymous> reported: true }

@timneutkens maybe I should report this issue to now repo

Hey @xxczaki, I've fixed the issue in @now/next and added an integration tests, the patch is currently published to the canary version, so you can try it using "use": "@now/next@canary"

@timneutkens Now it works, thanks for the quick fix :smile:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jesselee34 picture jesselee34  路  3Comments

olifante picture olifante  路  3Comments

pie6k picture pie6k  路  3Comments

renatorib picture renatorib  路  3Comments

havefive picture havefive  路  3Comments