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

Core Dumped when run - npm install- #2530

Open
rvazquez2020 opened this issue Jul 13, 2021 · 4 comments
Open

Core Dumped when run - npm install- #2530

rvazquez2020 opened this issue Jul 13, 2021 · 4 comments

Comments

@rvazquez2020
Copy link

Hello, to comment that when trying to install the development environment for version 0.8.15 hotfix 3 of openboxes, I follow the steps indicated in the installation guide (https://github.com/openboxes/openboxes) and in step 6 when executing the -npm install- instruction, just It returns the message of: illegal instruction (core dumped).
Could you guide me to know in which log is the detail of the error? Or if it is possible, tell me how to solve this issue? I am attaching a file with the image of the screen with the error and the list of software that was installed, as well as the versions.

CaptureCoreDump

Thaks for all.

@awalkowiak
Copy link
Collaborator

Hello @rvazquez2020. That's weird.
First, you could try to delete the node_modules folder and try to run npm install again.
Otherwise, if the above won't help, you could try to run npm rebuild.
Let me know here if anything from above helped or if you have any other issues.

@rvazquez2020
Copy link
Author

I already tried, the two options and continues with the same result.

@awalkowiak
Copy link
Collaborator

@rvazquez2020 If you have not yet resolved the issue, you could try to remove package-lock.json in addition to the first option from my previous comment (remove both node_modules, package-lock.json and then run npm install again)

@jmiranda
Copy link
Member

@rvazquez2020 Has this been resolved on your end?

I noticed that you can enable verbose logging like this (not sure if this will help).

npm install -ddd

Or you can try to rebuild all packages using npm rebuild

npm rebuild

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