You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the installation instructions in the README.md in a clean environment I ran into this error.
npm i -g wasm2lua
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @webassemblyjs/[email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
A workaround I found for this is to install from source and change "@webassemblyjs/wasm-parser": "^1.8.5", to "@webassemblyjs/wasm-parser": "1.11.1", or another version.
When following the installation instructions in the README.md in a clean environment I ran into this error.
When checking https://www.npmjs.com/package/@webassemblyjs/helper-api-error I found that there was no version 1.11.3
I speculate that this is a result of destructive changes upstream.
Likely related: #xtuc/webassemblyjs#1132
The text was updated successfully, but these errors were encountered: