You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ファイルには `http` プロトコルでアクセスする必要があります。これを実現する最も簡単な方法は、`npx vite preview` を実行することです。
148
148
149
+
### no such file or directory という、大文字と小文字の区別によるエラー
150
+
151
+
`ENOENT: no such file or directory` や `Module not found` のようなエラーに遭遇した場合、これはプロジェクトが大文字と小文字を区別しないファイルシステム(Windows/macOS)で開発され、大文字と小文字を区別するファイルシステム(Linux)でビルドされたときによく発生します。インポートが正しい大文字と小文字を使用していることを確認してください。
0 commit comments