subarunrun0812 / homepage

0 stars 0 forks source link

[BUG] No license field, Fast Refresh had to perform a full reload #1

Open subarunrun0812 opened 8 months ago

subarunrun0812 commented 8 months ago

実行時の警告メッセージ

warning ../../../package.json: No license field
  automatically enabled Fast Refresh for 3 custom loaders
 ▲ Next.js 13.5.6
 - Local:    http://localhost:3000

 ✓ Ready in 1017ms
 ✓ Compiled / in 1181ms (2078 modules)
 ⚠ Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/messages/fast-refresh-reload
 ✓ Compiled in 188ms (2078 modules)
 ⚠ Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/messages/fast-refresh-reload
subarunrun0812 commented 8 months ago

Makefileから実行した際に、"Fast Refresh had to perform a full reload."このエラーが出ている。

start:
    @if [ ! -d "node_modules" ]; then \
        npm install next; \
    fi
    npm run dev

PHONY: start