-
Notifications
You must be signed in to change notification settings - Fork 513
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
ES5 - ES6 Installation Errors #405
Comments
Below is working for me...
if you want another module like Confirm, so you must add link for PnotifyConfirm.css
also import module inside module area like this:
and after export, you can use like this:
for another module like desktop, you can doing like above step... but you must check apropriate file as you expected... |
Hi, |
@jamesta696 , can you telme what pnotify alternate? |
This might not be a perfect fix but it takes care of the compile-time errors for my angular application.
replace line 193 to 208 with the code below replace line 220 with the following In This fix worked for |
Today we wanted to update from 3.0.0 to 5.2.0, but we can't because of the same error described above for ES5 Installation. |
Having errors on simple ES5/6 installation. Please see screenshots.
Any way to get this fixed?
ES5 Installation
ES6 Installation
The text was updated successfully, but these errors were encountered: