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.
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 workspacesfeature, this build is running in a workspace.