Open otakenz opened 4 years ago
What tabris-cli version are you using?
tabris --version
I had same problem. Problem in different disc letters. You should install node and tabris on same disc
What tabris-cli version are you using?
tabris --version
3.2.2
I had same problem. Problem in different disc letters. You should install node and tabris on same disc I am still encountering the "q module not found" issue after I have uninstalled node from D: and installed it on C: program folder.
The location and versions of Node and Tabris is as shown:
After migrating my node and tabris-cli over to disk C, I have also encountered another issue regarding "tabris init" whereby the error message is shown below.
I am not sure how that problem came to be. Could you try deleting your .tabris-cli folder in your user home?
I found out the issue is with nodist path. I decided to switch to nvm-window and now I can successfully run tabris init
Problem description
Unable to locate the underlying problem regarding to this error, whereby a module called 'q' could not be found.
Expected behavior
Expected behavior would be a successful run with android.apk file created
Environment
* Tabris.js version: ~3.2.1
Code snippet
-tabris init (following the simplest tabris app template)
// A minimal, *self-contained* code snippet to reproduce the problem:
The issue is not yet solved, while this time when i tried to build again, it showed more detailed messages. Perhaps it could shed some light to people out there to figure out what might be the problem.
Did you try this?
I am not sure how that problem came to be. Could you try deleting your .tabris-cli folder in your user home?
This error appears to be that the platform didn't download, extract, or is somehow otherwise corrupt.
Please reopen in case you still have this issue with latest Tabris.js.
This error has to do with building tabris project from a different drive(disk), other than the installed drive of cli. NOTE: deleting .tabris-cli doesn't solve the issue but ensuring that both project and cli live in the same disk does.
Problem description
Unable to locate the underlying problem regarding to this error, whereby a module called 'q' could not be found.
Expected behavior
Expected behavior would be a successful run with android.apk file created
Environment
Code snippet
-tabris init (following the simplest tabris app template)