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

Issue with mappings.wasm #687

Closed
RichiCoder1 opened this issue Apr 7, 2021 · 2 comments · Fixed by #688
Closed

Issue with mappings.wasm #687

RichiCoder1 opened this issue Apr 7, 2021 · 2 comments · Fixed by #688
Labels
bug Something isn't working

Comments

@RichiCoder1
Copy link

After upgrading to the 0.28.1, I'm now seeing the following error:

> example-action@0.0.1 build
> ncc build -m -s index.ts

ncc: Version 0.28.1
ncc: Compiling file index.js
ncc: Using typescript@4.2.3 (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: example-action@0.0.1 
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.

@styfle
Copy link
Member

styfle commented Apr 7, 2021

Thanks! This will be fixed in #688 👍

@styfle styfle added the bug Something isn't working label Apr 7, 2021
@RichiCoder1
Copy link
Author

That fixed it! Thanks for jumping on this so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants