-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant open rekit studio #223
Comments
Please use |
sorry,, like this? |
No, this script is used to start dev server not IDE. You should install rekit-studio as a global modle:
Then go to your project folder:
Then access http://localhost:3020 to access the IDE. Sorry for the confusion that the readme was outdated, it's only for rekit 2.x. |
I still get some errors. Maybe you can still help me. result:
C:\Users\erbaafidotama\AppData\Roaming\npm\node_modules\rekit-studio\node_modules\node-pty>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: Can help, please? |
Dont use node Version 12, switch to Version 10: That worked for me. |
This doesn't work for me. I use node 10.16.0 too but I'm still facing the same error :( |
I realized that I missed to install windows-build-tools. |
Am using Ubuntu 20.04 Desktop x64 (obvs) and node 14 and previously tried on 12, neither of which allow rekit-studio to install giving the following super awesome error. For the record, it also throws similar errors on Windows 10 (unsure on build but fully updated to May 2020) and on Mac OS X (10.14.6 bc 10.15 breaks Adobe 32 bit products I have and, frankly, I like Mojave and don't see any critical reason to change until Adobe and Apple get their shit together). I can list their errors as well later but for now I'm on this OS. In the following output I show that I can install rekit 3.0 just fine but trying to install the latest version of rekit-studio (node 14 and npm 6) fails: me@mylaptop-6969:~/Documents/rekit-studio-failing$ npm install -g rekit
make: Entering directory '/home/me/.nvm/versions/node/v14.10.0/lib/node_modules/rekit-studio/node_modules/node-pty/build' npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in:
|
Hiii.. i want to open rekit studio. in my server when start showing:
`You can now view belajar_niat in the browser.
Local: http://localhost:3100/
On Your Network: http://192.168.1.169:3100/
Note that the development build is not optimized.
To create a production build, use npm run build.`
i read in rekit doc, i must to setup rekit studio port in package.json. but still cant open rekit studio. can help me?
The text was updated successfully, but these errors were encountered: