-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Npm package is corrupted #30
Comments
Ah that's really wierd, thanks for opening this @webmarkyn. I changed some of the build config stuff in the last release so I've probably misconfigured something there. I'll take a look ASAP. |
It's the |
Hello @nerdyman, have you managed to resolve it? |
Sorry for the delay @webmarkyn, this has been fixed in https://unpkg.com/browse/[email protected]/dist/index.mjs Feel free to reopen this issue if you encounter any problems. |
Hello @nerdyman. I was trying to install the new
3.1.0
version today and got the following error when trying to run the projectEvalError: Code generation from strings disallowed for this context
.dist/index.mjs
file looks strange and contains strings with absolute paths likeWhen I run
pnpm build
I get completely different output that's not even close to theindex.mjs
file that I get when installing a package fromnpm
.NPM VERSION
PNPM OUTPUT
The text was updated successfully, but these errors were encountered: