We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to the 0.28.1, I'm now seeing the following error:
0.28.1
> [email protected] build > ncc build -m -s index.ts ncc: Version 0.28.1 ncc: Compiling file index.js ncc: Using [email protected] (local user-provided) [Error: ENOENT: no such file or directory, open '/home/runner/work/actions/actions/node_modules/@vercel/ncc/dist/ncc/mappings.wasm'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/actions/actions/node_modules/@vercel/ncc/dist/ncc/mappings.wasm' } npm ERR! Lifecycle script `build` failed with error: npm ERR! Error: command failed npm ERR! in workspace: [email protected] npm ERR! at location: /home/runner/work/actions/actions/example-action
Node Version: v14.16.0 Npm Version: 7.8.0
Using npm workspaces feature, this build is running in a workspace.
npm workspaces
The text was updated successfully, but these errors were encountered:
Thanks! This will be fixed in #688 👍
Sorry, something went wrong.
That fixed it! Thanks for jumping on this so quickly!
Successfully merging a pull request may close this issue.
After upgrading to the
0.28.1
, I'm now seeing the following error:Node Version: v14.16.0
Npm Version: 7.8.0
Using
npm workspaces
feature, this build is running in a workspace.The text was updated successfully, but these errors were encountered: