Skip to content

Issue with mappings.wasm #687

@RichiCoder1

Description

@RichiCoder1

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

> [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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions