Next.js Discord

Discord Forum

Need help [ERR_PACKAGE_PATH_NOT_EXPORTED] error on production build{NETLIFY}

Unanswered
Northeast Congo Lion posted this in #help-forum
Open in Discord
Northeast Congo LionOP
Hello, i am trying to upload my next js project on netlify function. Everything was good but don't know why i am getting this error after login to my chat-app project.
preview: https://chat-app-szxt.netlify.app

3 Replies

Its probably due to different node version. In Netlify check if you are using the same version you were when developing the app.
@Clown Its probably due to different node version. In Netlify check if you are using the same version you were when developing the app.
Northeast Congo LionOP
i have same node version (v18) for development and production
@Clown Its probably due to different node version. In Netlify check if you are using the same version you were when developing the app.
Northeast Congo LionOP
its working now by down-grading next js version and package update thanks for your response