error install help!
Opened this issue · 4 comments
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v6.11.0
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! sharp@0.18.2 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.18.2 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the sharp package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs sharp
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls sharp
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Ale-Gt70\Documents\Windows dll F\get-me-a-date-master\npm-debug.log
Node version 8.0 fixes the error you are having for me.
Yet when i want to build the image i get the following error
sh: 1: pushd: Permission denied sh: 1: ./hooks/build: not found sh: 1: popd: Permission denied
And when I run docker run -d -p "5940:3000" hfreire/get-me-a-date
The website never loads and I get the following errors in the chrome console
Failed to load resource: the server responded with a status of 404 (Not Found) 2system-config.js Failed to load resource: the server responded with a status of 404 (Not Found) :5940/main.js Failed to load resource: the server responded with a status of 404 (Not Found) localhost/:34 Error: Fetch error: 404 Not Found Instantiating http://localhost:5940/main.js Loading main.js at system.src.js:1478 at ZoneDelegate.invoke (zone.js:391) at Zone.run (zone.js:141) at zone.js:818 at ZoneDelegate.invokeTask (zone.js:424) at Zone.runTask (zone.js:191) at drainMicroTaskQueue (zone.js:584) at <anonymous>
Anybody familiar with these problems ?
And get down this, for windows 64, follow the error, do you have skype?
code error last line
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Ale-Gt70\AppData\Roaming\npm-cache_logs\2017-07-04T20_38_36_248Z-debug.log
any solution to that?
Hi @akuros123
You should be launching a docker container instead by running:
docker run -d -p "5940:3000" hfreire/get-me-a-date