Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when i tape npm install #1

Open
luisito01 opened this issue Mar 20, 2017 · 5 comments
Open

Error when i tape npm install #1

luisito01 opened this issue Mar 20, 2017 · 5 comments

Comments

@luisito01
Copy link

i clone a project after when i do npm install for insltalling the package of gl .... after download some library for deck.gl ... i get error like this

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v7.7.3
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: prebuild --install
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script 'prebuild --install'.
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 gl package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! prebuild --install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs gl
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls gl
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Dell\Desktop\data-visualization-deck-gl-starter-pack-updat
ed\npm-debug.log

@denistsoi
Copy link

Check your system dependencies for gl.
You may need to install these for windows.
https://www.npmjs.com/package/gl#system-dependencies

@NghiaTranUIT
Copy link
Owner

I've just updated Readme.md for installtion.
just run

yarn install
yarn start

@ckabee
Copy link

ckabee commented Apr 28, 2017

I got an error like this when i tried to run yarn start...it stopped at the last line...

src\test\layers\core-layers.spec.js -> dist\test\layers\core-layers.spec.js
src\test\layers\index.js -> dist\test\layers\index.js
src\test\lib\attribute-manager.spec.js -> dist\test\lib\attribute-manager.spec.js
src\test\lib\index.js -> dist\test\lib\index.js
src\test\lib\layer.spec.js -> dist\test\lib\layer.spec.js
src\test\lib\utils\compare-objects.spec.js -> dist\test\lib\utils\compare-objects.spec.js
src\test\react\deckgl.spec.js -> dist\test\react\deckgl.spec.js
src\test\react\index.js -> dist\test\react\index.js
src\test\shader.js -> dist\test\shader.js
src\test\test-utils.js -> dist\test\test-utils.js
src\test\viewport\index.js -> dist\test\viewport\index.js
src\test\viewport\viewport.spec.js -> dist\test\viewport\viewport.spec.js
src\viewport\index.js -> dist\viewport\index.js
src\viewport\old-viewport.js -> dist\viewport\old-viewport.js
src\viewport\viewport.js -> dist\viewport\viewport.js

@dazhi1011
Copy link

@ckabee I have met the same problem,have you solved it?

@ckabee
Copy link

ckabee commented Jun 13, 2017

@dazhi1011 Not at all, i think this won't work as it is...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants