-
Notifications
You must be signed in to change notification settings - Fork 544
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
rollup-plugin-terser has been deprecated #324
Comments
See this: |
Thank you so much. |
I cloned your repo and ran "npm insatall," but it failed. |
You are supposed to delete the package-lock.json file before building, obviously. Also, you don't need to build it yourself, it's already built on the repo (?) Have tested it today with v20.11.0. and zero problems anyway. |
@regorxxx May I ask you what do you mean by the following?
I visited your repo and went to the release page, I found source code only. Blessings! |
I mean you don't need to build the source code to get working files for web, since it's already built and offered with every update. Those files are ready to use. Now if you need ti import them via npm, can't help with that. But maybe you can load the js files on your localhost anyway. (if you read the docs there, you will see different flavors are offered)
To be honest, npm building is sometimes a pain... if you write here the new errors maybe we can find where the problem lies. Today I found a problem on windows only, but it worked fine on unix and Mac. |
thanks for raising the issue. this will get fixed once #336 is merged. |
According to npm,
rollup-plugin-terser
has been deprecated.On the page, it says;
Please confirm it, and if possible, please check versions of dependcies.
The text was updated successfully, but these errors were encountered: