-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cannot build anymore from yesterday: Cannot find module './**/*' #385
Comments
I think I have the same problem. I am not sure if it is only happening on Macbooks with M1 CPU because it doesn't fail to install when we run
|
Same here. On
Running on Apple Silicon, macOS 13.4.1. The script seems to attempt to fetch |
On a closer look it seems that in commit 51d8364 # .github/workflows/release.yml
- include:
- - node-version: 16
- os: macos-m1 Pre-built binaries were being published for macOS - os: [ubuntu-20.04, macos-11, windows-2019]
+ os: [ubuntu-20.04, macos-11, macos-m1, windows-2019] On another note I would like to apolagize that this comment and my previous one are likely not related to the issue of the original submitter. Please let me know if a seperate issue should be created. |
@jonrh that's right, it was not intentional. Feel free to open a PR! |
Should be fixed on the latest release 0.31.2 |
Same problem :( |
Alpha versions released under the |
Should be fixed with v0.40.1 |
Hi,
since yesterday all my projects that contains node2-argon cannot build.
Error that i got:
#23 9.755 Error: Cannot find module './**/*'
#23 9.755 Require stack:
#23 9.755 - /app/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js
#23 9.755 - /app/node_modules/argon2/argon2.js
I've also tried upgrading argon to 0.31.0 but the problem is still there.
The text was updated successfully, but these errors were encountered: