-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Missing ./tools/node_modules/eslint/eslint.js on make test
?
#39709
Comments
@nodejs/releasers @nodejs/build Possible issue in the tar.gz source file generation? Or intentional decision? @ChrisRus Quick fix might be to run these three commands:
This will bypass (rather than run) ESLint. |
I don't know why (to save space?) but it is intentional -- we remove a lot of things for the source tarball, including everything under Lines 1064 to 1100 in 6145113
The Lines 1424 to 1428 in 6145113
|
I think |
Thank you for the replies. I will try
|
It should probably be added to |
Not having any luck getting Lots of
|
You're probably running into #27862. |
The So, perhaps this guidance is okay? And, that in the case of |
Version
14.17.4 and 16.6.1
Platform
Linux alpental 5.10.0-0.bpo.5-amd64 #1 SMP Debian 5.10.24-1~bpo10+1 (2021-03-29) x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Hello, I was trying to upgrade my local devenv to Node 16.6.1 and typically compile / test / install from sources tar.gz as follows below. Everything seems fine. But, the make ultimately fails due to a missing
eslint.js
module?I do not appear blocked by this; I can continue on to install the version I have built w/out problem. However, I am not exactly sure what I have left unfinished in the build.
Any insight into this would be appreciated.
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
make test completes w/out error (at least not due what seems like a missing dependency).
What do you see instead?
build break due to seeming missing eslint.js dependency
Additional information
Thanks!
The text was updated successfully, but these errors were encountered: