wpmudev / membership-2

GNU General Public License v2.0
48 stars 58 forks source link

js files not available ? #9

Open nicolasbry opened 3 years ago

nicolasbry commented 3 years ago

hi I just install membership2 on a fresh wp site but it seems that some js files are missing in the "app/assets/js/" directory: ms-admin-min.js , jquery.m2.plugins.min.js , jquery.m2.validate.min.js and m2.wpmu-ui.3.min.js

thank you

Nicolas

Shahid1974 commented 3 years ago

Hello,

I am facing same issue, any luck Nicolas? or do you find any solution for it?

av3nger commented 3 years ago

You will need to build the assets. In command line navigate to the plugin directory, run npm install && npm run build This requires having node on the system. If it's not available, can be installed on a local computer from the link above, run the commands, archive everything in a zip file, download to website.