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

install #42

Closed
fachos opened this issue May 20, 2019 · 2 comments
Closed

install #42

fachos opened this issue May 20, 2019 · 2 comments

Comments

@fachos
Copy link

fachos commented May 20, 2019

hi.. i got this problem while npm install

25 verbose stack Error: /home/pi/crypto-trading-bot/node_modules/binance-api-node: Appears to be a git repo or submodule.
25 verbose stack at /usr/local/lib/node_modules/npm/node_modules/npm-install-checks/index.js:137:15
25 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:287:18
25 verbose stack at FSReqWrap.oncomplete (fs.js:154:5)
26 verbose cwd /home/pi/crypto-trading-bot
27 verbose Linux 4.14.98-v7+
28 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
29 verbose node v10.15.3
30 verbose npm v6.4.1
31 error path /home/pi/crypto-trading-bot/node_modules/binance-api-node
32 error code EISGIT
33 error git /home/pi/crypto-trading-bot/node_modules/binance-api-node: Appears to be a git repo or submodule.
34 error git /home/pi/crypto-trading-bot/node_modules/binance-api-node
35 error git Refusing to remove it. Update manually,
35 error git or move it out of the way first.
36 verbose exit [ 1, true ]

@egisz
Copy link
Contributor

egisz commented May 26, 2020

It's not an issue with project. It happens when you manually git clone some repository to node_modules folder.

If you read log message it tells you to remove it from there (or delete).

You can safely delete whole node_modules folder and run npm install.

@Haehnchen
Copy link
Owner

npm; local issues. check also docker

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

3 participants