[Vuejs]-Vue.js localhost giving a permission error

0👍

You didn’t provide much information about what exactly you’re doing that you’re getting that error and where. That being said, this is likely not a Vue.js issue, rather a Mac OS issue with permissions. See if this question is related.

Additionally, the URL from the console https://unpkg.com/@popperjs/popper.min.js.map returns Cannot find package message, so it is indeed incorrect, the correct URL would probably be https://unpkg.com/@popperjs/core@2/dist/umd/popper.min.js.map

Leave a comment