You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to use OpenALPR with node inside a docker container based on Ubuntu 14.04.
I've created a Dockerfile that install OpenALPR but when I get to install node-openalpr I get the following error. You can see the project in my github.
npm ERR! not a package /root/tmp/npm-8-ZHpjReZZ/1465157586971-0.16782745067030191/tmp.tgz
npm ERR! Error: ENOENT, open '/root/tmp/npm-8-ZHpjReZZ/1465157586971-0.16782745067030191/package/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <[email protected]>
npm ERR! System Linux 4.4.8-boot2docker
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "--production"
npm ERR! cwd /src
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /root/tmp/npm-8-ZHpjReZZ/1465157586971-0.16782745067030191/package/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /src/npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use OpenALPR with node inside a docker container based on Ubuntu 14.04.
I've created a Dockerfile that install OpenALPR but when I get to install node-openalpr I get the following error.
You can see the project in my github.
The text was updated successfully, but these errors were encountered: