I successfully installed Monaca Localkit, but after writing my credentials and pressing Sign In button, the UI freezes.
The problem might be in the installation of Node.js. If you installed Node.js through .msi installer on Node.js official website, we suggest you to use NVM for Windows
to manage your Node.js versions instead.
- Uninstall Node.js from your computer. Refer to this manual.
- Install NVM for Windows.
- After installation, download a Node.js version 14.19.0 and set this version to be used:
For more information about managing multiple Node.js versions, refer to this documentation.
$ nvm install 14.19.0 $ nvm use 14.19.0
- Install Monaca Localkit again.
- The login should work now.