いがにんのぼやき

WEBエンジニアのブログ。IT、WEB、バンド、アニメ。

2017-11-01から1ヶ月間の記事一覧

PHPで画像に使用するユニークな名前を用意する

画像に一意な名前を付けたいと思って、PHPのダミーデータ作成ライブラリのFakerを参考にしてみた。 github.com // Generate a random filename. Use the server address so that a file // generated at the same time on a different server won't have a c…

Docker上での、GitサブモジュールによるNode.jsエラー

Git

igatea-Ubuntu-PC:co.tech igatea$ docker-compose exec php npm install npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/jeroennoten/webpack-stream.git npm ERR! npm ERR! fatal: Not a git repository: ../.g…

UbuntuでVirtualbox、Vagrantのエラー

Dockerを使用してnpm runをしようとするとPermission deniedが出る問題あり。やったことを残すためにこの記事は残しておきますが、参考にしないでください。 sh: 1: webpack: Permission denied 自分用メモ。 Virtualboxを入れるのもひと手間だった。 具体的…