desktop-weather-app-demo
desktop-weather-app-demo copied to clipboard
A demo for a Section article about creating desktop application with React.js and electron
npm run dev > [email protected] dev > concurrently -k "BROWSER=none npm start" "npm:electron" [0] 'BROWSER' is not recognized as an internal or external command, [0] operable program or batch file....
npm run start > [email protected] start > react-scripts start node:internal/modules/cjs/loader:537 throw e; ^ Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in C:\Users\Beci\Desktop\ElectronEsReact\desktop-weather-app-demo\node_modules\postcss-safe-parser\node_modules\postcss\package.json at new NodeError (node:internal/errors:393:5) at...
Hi, First of all thank you for your tutorial it was really useful. My app is working perfectly for now but i'd like to compile so users can start it...
Hey, i rebuild the app as described on your blog. After running: npm run dev i get: `npm run dev > [email protected] dev > concurrently -k "BROWSER=none npm start" "npm:electron"...