2019-06-01から1ヶ月間の記事一覧

nodejsでmongoDBの学習達成

以前解決出来なかったことを解決出来たので想いをシェア. 以前の記事でmongoDBの環境構築に失敗し、nodejsの勉強を開始し早々に挫折したことをシェアしました。 その後、vagrantを用いたローカル開発環境の構築方法や、mongoDB単体の勉強を通して、いつの間…

db.collection is not a functionというerrの解決方法

db.collection is not a functionというerrの解決方法が判明したのでシェア。 ★エラー内容 [vagrant@localhost nodejs]$ node mongo.js current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass op…

node mongo.jsでエラー

node mongo.jsを実行するもエラーとなり実行できず解決方法が判明したのでシェア。 ★コマンド [vagrant@localhost nodejs]$ node mongo.js ★エラー内容 /home/vagrant/nodejs/node_modules/mongodb/index.js:4const core = require('mongodb-core');^^^^^Syn…

vagrantでnpm install ejsが失敗する場合の解決方法

vagrantでnpm install ejsが失敗する場合の解決方法についてシェア。 ★現象 vagrantでvirtualboxを起動し、npm install ejsを実行し、ejsをインストールしようとするも失敗..なぜ?? npm install ejs失敗 ★原因 sslがどうやら原因の模様 ★解決方法 一度npm …

VirtualBox Host-Only Ethernet Adapter #2 がエラーの解決方法

ある時突然、virtualboxでhost-only adapterが使えなくなったので,解決方法をシェア ★現象 Vagrantからvagrant upを行って、virtualboxを使用するもhost-only adapterが使えずエラー... ★エラー内容 Interface ('VirtualBox Host-Only Ethernet Adapter #2')…