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
I’m running into a couple of issues with my Remix project and was hoping for some insights.
(This is a fresh install)
(node:17668) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use node --trace-warnings ... to show where the warning was created)
Despite having "type": "module" set in my package.json, the warning persists. Has anyone encountered this before? What could be causing it, and how can I resolve it?
Module Resolution Errors: I’m also getting these errors:
Could not resolve module for file: app\entry.client.tsx
Could not resolve module for file: \app\root.tsx
Could not resolve module for file: \app\routes_index.tsx
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m running into a couple of issues with my Remix project and was hoping for some insights.
(This is a fresh install)
(node:17668) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use
node --trace-warnings ...to show where the warning was created)
Despite having "type": "module" set in my package.json, the warning persists. Has anyone encountered this before? What could be causing it, and how can I resolve it?
Module Resolution Errors: I’m also getting these errors:
Could not resolve module for file: app\entry.client.tsx
Could not resolve module for file: \app\root.tsx
Could not resolve module for file: \app\routes_index.tsx
Beta Was this translation helpful? Give feedback.
All reactions