You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Hello I am getting this issue when I try and run npm build:
Collecting page data .Error: Default export is missing in "C:\Users\cioca.io\Desktop\templay\GEAWebApp\app\node_modules@chakra-ui\icon\dist\icon.js"
at 5246 (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:617)
at t (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\webpack-runtime.js:1:127)
at o (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2338)
at C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2368
at t.X (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\webpack-runtime.js:1:759)
at C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2351
at Object. (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2395)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
Build error occurred
Error: Failed to collect page data for /node_modules/icon/dist/icon-1ga18z
at C:\Users\cioca.io\Desktop\templay\GEAWebApp\node_modules\next\dist\build\utils.js:1217:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello I am getting this issue when I try and run npm build:
Collecting page data .Error: Default export is missing in "C:\Users\cioca.io\Desktop\templay\GEAWebApp\app\node_modules@chakra-ui\icon\dist\icon.js"
at 5246 (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:617)
at t (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\webpack-runtime.js:1:127)
at o (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2338)
at C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2368
at t.X (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\webpack-runtime.js:1:759)
at C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2351
at Object. (C:\Users\cioca.io\Desktop\templay\GEAWebApp.next\server\app\node_modules@chakra-ui\icon\dist\icon-1ga18z\route.js:1:2395)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
Here is my repo - https://github.com/ioncioca/GEAWebApp
anyone has an idea on how to fix? thanks!
Beta Was this translation helpful? Give feedback.
All reactions