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
- [Vuejs]-Laravel returns 419 csrf token mismatch after vue axios request
- [Vuejs]-Render Input fields based on if field value of the field above/before Vue JS v-for/v-if
Source:stackexchange.com