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
{{ message }}
This repository was archived by the owner on Jul 24, 2019. It is now read-only.
docker run -it node:latest bash
npm install phantomjs-prebuilt
Errors with
Error: Cannot find module 'request-progress'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/node_modules/phantomjs-prebuilt/install.js:9:23)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
Possibly related to #330.
Errors with
Here is a gist of output.
I am not sure what is going on. This problem doesn't happen on Mac. Possibly related to Ubuntu. I also tried with this Dockerfile
But I get same error.
Any body know what is going on?