-
On running "npm install -g monaca", I received the ENOENT error. From npm-debug.log:
81 error Windows_NT 6.1.7601
82 error argv "c:\Program Files\nodejs\node.exe" "c:\Program Files\nodejs\node_module…
-
Please pass client_info parameter as follows:
- `version`: Passed from monaca-cli or Localkit. Should be something like: `monaca-cli 1.0.2`. Must be passed by the caller of the JavaScript API.
- `os`:…
-
That sounds great, this JS plugin. But I met an issue with Hammer and need your help.
I am developing phonegap with Monaca tool. I added hammer.js and created very simple:
var myElement = doc…
-
Currently, monaca import does not have the default value for the directory, thus just hitting Enter will result in messing up the current directory.
I would like to have the project name as the initi…
-
初歩的な質問で申し訳ありません。
環境:Monaca、JavaScript
var attendance = NCMB.Object.extend("attendance");
var query = new NCMB.Query(attendance);
query.equalTo("username", currentUser.get("userName"));
上記は簡単なクエリ検索で、…
-
When clean installing monaca-cli and configure a proxy server, it will return an error like the one below.
```
# monaca proxy set http://localhost:1080
Unable to set proxy server: Error: ENOENT…
-
Include a list of possible templates
-
- [x] Eric Alli
- [x] Alex Blom
- [x] Micheal Brooks
- [x] [Raymond Camden](http://raymondcamden.com/about-me)
- [x] David Frahm
- [x] Ryan Hanna
- [x] Mike Hartington
- [x] Shawn Jansepar
- [x] Anis …
-
It shows help for `monaca build` :(
-
以下のNiftyのチュートリアルについて教えて下さい。
http://mb.cloud.nifty.com/doc/tutorial/monaca_quiz_02.html
クイズのアプリなのですが、以下のquiz.js内のdisplayQuiz()メソッド内の
問題文を表示する部分なのですが、array[i] は各問題文ですが、チュートリアルのままだと
問題文自体がボタンになってしまって扱いに…