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
Hey everyone.
I tried to run a fresh project with npx create-ink-app
and then i run it and I'll get :
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /home/parham/Desktop/.../node_modules/meow/index.js
require() of ES modules is not supported.
require() of /home/parham/Desktop/.../node_modules/meow/index.js from /home/parham/Desktop/.../cli.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
my environment :
❯ node -v
v14.16.1
The text was updated successfully, but these errors were encountered:
Hey everyone.
I tried to run a fresh project with
npx create-ink-app
and then i run it and I'll get :
my environment :
The text was updated successfully, but these errors were encountered: