اذهب إلى المحتوى
  • 0

استضافة nextjs في vercel لم تنجح

عبد النور محمد

السؤال

أحاول استظافة مشروع nextjs في vercel لكن لم ينجح الأمر و ظهر لي خطأ في ال build

next-config.js

module.exports = {
  typescript: {
  
    ignoreBuildErrors: true,
  },
};
10:23:27.575    Cloning github.com/lawderp/physical (Branch: main, Commit: 8f97554)
10:23:28.589    Cloning completed: 1.014s
10:23:28.614    Analyzing source code...
10:23:29.739    Installing build runtime...
10:23:31.612    Build runtime installed: 1.873s
10:23:34.043    Looking up build cache...
10:23:34.164    Build cache found. Downloading...
10:23:35.100    Build cache downloaded [21.48 MB]: 936.007ms
10:23:36.250    Installing dependencies...
10:23:36.489    yarn install v1.22.11
10:23:36.547    [1/4] Resolving packages...
10:23:36.734    success Already up-to-date.
10:23:36.743    Done in 0.26s.
10:23:36.754    Detected Next.js version: 11.1.2
10:23:36.755    Running "yarn run build"
10:23:37.021    yarn run v1.22.11
10:23:37.047    $ next build
10:23:37.820    info  - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
10:23:37.976    info  - Skipping validation of types...
10:23:40.439    error Command failed with exit code 1.
10:23:40.439    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
10:23:40.456    Error: Command "yarn run build" exited with 1

 

رابط هذا التعليق
شارك على الشبكات الإجتماعية

Recommended Posts

  • 1

قم بحذف ملف الyarn_lock.json وملف ال node_modules

ومن ثم قم بكتابة ذلك الأمر من جديد

yarn install

وجرب مرة اخرى أن ترفعه وبإذن الله يعمل معك

رابط هذا التعليق
شارك على الشبكات الإجتماعية

  • 1

قد يكون أحد أخطاء ESLint يمنع عملية البناء، حاول تجاهل الأخطاء وحاول البناء من جديد بإضافة التالي إلى 

next-config.js

module.exports = {
  eslint: {
      ignoreDuringBuilds: true,
  },
};

 

رابط هذا التعليق
شارك على الشبكات الإجتماعية

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...