-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
hey @ChangoMan, hope you are doing well. I'm getting the below error message when starting up the nextjs-starter-dimension repo using the readme.md instructins.
error message:
✓ Ready in 23.7s
○ Compiling / ...
Using external babel configuration from /mnt/c/Users/karki/OneDrive/Desktop/karthik-personal-website/.babelrc
⨯ ./node_modules/next/dist/client/dev/on-demand-entries-client.js
Error: Failed to resolve "@babel/runtime/regenerator"
this is my package.json (had to modify the next version and sass version based on stackoverflow threads and documentation)
{
"name": "nextjs-dimension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome": "*",
"@fortawesome/fontawesome-free-brands": "*",
"@fortawesome/fontawesome-free-regular": "*",
"@fortawesome/react-fontawesome": "*",
"autoprefixer": "^9.1.5",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-wrap-in-js": "^1.1.1",
"babel-runtime": "^6.26.0",
"glob": "^7.1.3",
"next": "^14.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.22.10",
"sass-loader": "^7.2.0"
}
}
I'm wondering if you are able to push a fix to the starter template with the updated versions and needed dependencies ASAP? This is blocking me from migrating my personal website on vanilla html/css to next.js
Metadata
Metadata
Assignees
Labels
No labels