-
Notifications
You must be signed in to change notification settings - Fork 68
try to run with npm and getting error #1
Description
I am running first "npm install" then "npm dev" or "npm start" ,the result is :
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from Z:\All Projects\react-nextjs-riode.env.production
info - Using webpack 5. Reason: no custom webpack configuration in next.config.js https://nextjs.org/docs/messages/webpack5
Error: Specified basePath /. basePath has to be either an empty string or a path prefix"
at assignDefaults (Z:\All Projects\react-nextjs-riode\node_modules\next\dist\next-server\server\config.js:5:1391)
at loadConfig (Z:\All Projects\react-nextjs-riode\node_modules\next\dist\next-server\server\config.js:8:878)
at async NextServer.loadConfig (Z:\All Projects\react-nextjs-riode\node_modules\next\dist\server\next.js:1:3155)
at async NextServer.prepare (Z:\All Projects\react-nextjs-riode\node_modules\next\dist\server\next.js:1:2679)
at async Z:\All Projects\react-nextjs-riode\node_modules\next\dist\cli\next-start.js:19:331
any solution ?