Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Localkit react app does not refresh on remote device
-
Hello,
i have created an Onson + React project with Localkit on Windows.
When i am editing the src/App.jsx file the app is not updated on a connected Android Debugger.
Is it possible to edit .jsx files with live reload?Best regards,
Tobias
-
If i try to use “monaca transpile” with monaca CLI the following errror occurs:
ERROR in Cannot find module 'babel-core’
Project has failed to transpile. Error has occured while transpiling
bias\Documents\monaca-test-2 with webpack. Please check the logs.Best regards,
Tobias
-
The folling error occurs when trying to start a project with “monaca create” on Windows
npm ERR! gentlyRm C:\Users\Tobias.cordova\node_modules.bin\tsc.cmd is outside
C:\Users\Tobias\Documents and not a link
npm ERR! gentlyRm C:\Users\Tobias.cordova\node_modules.bin\tsserver.cmd is out
side C:\Users\Tobias\Documents and not a link
Error occurred while creating project: Failed to install build dependencies.Best regards,
Tobias
-
Got it working with this fix
https://github.com/monaca/monaca-lib/issues/65
and “monaca reconfigure”Best regards,
Tobias