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
Uncaught Exception:
Error [ERR_REQUIRE_ESM]: require() of ES Module /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/path-exists/index.js from /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/locate-path/index.js not supported.
Instead change the require of /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/path-exists/index.js in /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/locate-path/index.js to a dynamic import() which is available in all CommonJS modules.
at c._load (node:electron/js2c/node_init:2:17025)
at Object. (/Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/locate-path/index.js:3:20)
The text was updated successfully, but these errors were encountered:
I am unable to build Nextron projects from fresh install.
npx create-nextron-app my-app --example with-tailwindcss
npm install
npm build
run My Nextron App-1.0.0-arm64.dmg
Drag application into Application folder
Double click to run on completion
Uncaught Exception:
Error [ERR_REQUIRE_ESM]: require() of ES Module /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/path-exists/index.js from /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/locate-path/index.js not supported.
Instead change the require of /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/path-exists/index.js in /Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/locate-path/index.js to a dynamic import() which is available in all CommonJS modules.
at c._load (node:electron/js2c/node_init:2:17025)
at Object. (/Volumes/My Nextron App 1.0.0-arm64/My Nextron App.app/Contents/Resources/app.asar/node_modules/locate-path/index.js:3:20)
The text was updated successfully, but these errors were encountered: