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
Wanted to test this out so did created a new site (both when installed via brew, or installed manually didn't make a difference).
plenti new site my-site plenti serve
Generates this error:
internal/modules/cjs/loader.js:1172
throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath);
^
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/username/Code/my-site/ejected/build.js
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1172:13)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47 {
code: 'ERR_REQUIRE_ESM'
}
Total build took 152.0681ms
Serving site from your "public" directory.
Visit your site at http://localhost:3000/
The text was updated successfully, but these errors were encountered:
Wanted to test this out so did created a new site (both when installed via brew, or installed manually didn't make a difference).
plenti new site my-site
plenti serve
Generates this error:
The text was updated successfully, but these errors were encountered: