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

Fix "‘node’: No such file or directory" error #50

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

nicholasray
Copy link
Contributor

This error has occurred in the past, and I thought had been fixed, but it
occurred recently on my new macbook m1 so this is another attempt to fix it. My
guess is that something wrong was happening with the Docker multistage build.
The easiest way to avoid this is to not use a multistage build and instead
install node from nodesource. Hopefully, this resolves this error.

This error has occurred in the past, and I thought had been fixed, but it
occurred recently on my new macbook m1 so this is another attempt to fix it. My
guess is that something wrong was happening with the Docker multistage build.
The easiest way to avoid this is to not use a multistage build and instead
install node from nodesource. Hopefully, this resolves this error.
@jdlrobson jdlrobson merged commit e26d305 into main Jun 24, 2022
@nicholasray nicholasray deleted the fix-node-no-such-file-error branch June 26, 2022 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants