-
Notifications
You must be signed in to change notification settings - Fork 552
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
OSS Gate Workshop: Osaka: 2017-08-12: waka1012: learn-anything: Work log #526
Comments
西谷@関学・理工・情報科学です.よろしくお願いします.この後,Githubからメールがたくさん来ます. |
使い方の調査。どのように使うことを想定しているのか。 |
「mindmaps」に対象のOSSを変更します。 |
ライセンス確認されました.GNU Affero General Public License v3.0ですかね.OSSですね. |
インストールをします。 |
npmを使えるようにします。 |
npm run start でNo module named SimpleHTTPServerと怒られる |
'''
/Users/wakayama/anaconda/bin/python: No module named SimpleHTTPServer npm ERR! A complete log of this run can be found in: |
/Users/wakayama/anaconda/bin/python: No module named SimpleHTTPServer |
疑問・はまった点 |
ふりかえりでご一緒させていただいた、なかやまです。
ともとてもよいと思いました。他の人もはまりそうなところではまりましたね。 |
>中山さん |
まずは日本語でまとめてもらってからですかね. |
問題点 |
インストール手順について、もう少し詳しく記載していただけないでしょうか。 (1)pythonを使っていることは書かれていないが、「No module named SimpleHTTPServer」というpythonのエラーが出た 今回はSimpleHTTPServerの代わりに「python -m http.server 3000」でHTTPサーバーを立ち上げて対処しました。 エラーメッセージは以下になります。 '''
/Users/user/anaconda/bin/python: No module named SimpleHTTPServer npm ERR! A complete log of this run can be found in: |
Thank you for developing interesting tools. (1) Although it is not written that you are using python, you get a python error "No module named SimpleHTTPServer" In this case, instead of SimpleHTTPServer, "python -m http.server 3000" was started up HTTP server. The error message is as follows.
|
Thank you for developing such an interesting tool. On the installation process, you use python to launch an HTTP server, In this case, instead of SimpleHTTPServer, "python -m http.server 3000" on src/ directory makes possible to start up HTTP server. The error message is as follows.
|
お疲れ様でした! |
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方例はスクロールすると見えてきます。
タイトル例↓:
OSS Gateワークショップ関連情報
The text was updated successfully, but these errors were encountered: