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

Not installed #3217

Open
d0m-4k opened this issue Oct 29, 2023 · 7 comments
Open

Not installed #3217

d0m-4k opened this issue Oct 29, 2023 · 7 comments
Labels
possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f

Comments

@d0m-4k
Copy link

d0m-4k commented Oct 29, 2023

I write npm install mineflayer
And I get an error

Error: https://pastebin.com/uZi8DRxH
Log: https://pastebin.com/1nhEJmDC

Node version: v9.6.6
Npm version: v20.2.0

@d0m-4k d0m-4k added possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f labels Oct 29, 2023
@rom1504
Copy link
Member

rom1504 commented Oct 29, 2023 via email

@d0m-4k
Copy link
Author

d0m-4k commented Oct 31, 2023

@rom1504
Does not work

@rom1504
Copy link
Member

rom1504 commented Oct 31, 2023 via email

@d0m-4k
Copy link
Author

d0m-4k commented Oct 31, 2023

@rom1504 Which?

@tchereau
Copy link

npm ERR! Error: EACCES: permission denied, symlink '../nearley/bin/nearleyc.js' -> '/storage/emulated/0/!Files/projects/mcbot/node_modules/.bin/nearleyc'
npm ERR!  [Error: EACCES: permission denied, symlink '../nearley/bin/nearleyc.js' -> '/storage/emulated/0/!Files/projects/mcbot/node_modules/.bin/nearleyc'] {

your linux account seems to not have the right to write or create symlink.

@extremeheat
Copy link
Member

I believe nearly is used by the mojangson parser. It's possible they have some install script that's causing the install to fail, seems like your npm command isn't being run with correct perms. You'd have to fix the environment or use a different one to fix this issue

@extremeheat
Copy link
Member

Actually, looking at https://github.com/kach/nearley/blob/master/package.json, there is no install script. It's just a bin script they have. Your issue is with npm not being able to install the bin scripts on npm install, so the npm is broken. Either run with sudo, fix file system perms or try installing from somewhere where you do have fs perms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Projects
None yet
Development

No branches or pull requests

4 participants