-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
The argument 'path' must be a string or Uint8Array without null bytes. #63
Comments
I have the same issue , did you solve it ?
vite v4.4.4 building for production... |
same here |
Hi, I fixed this issue by modifying node_modules/vue2-google-maps/components/placeInput.vue file. All you have to do is just replace <script src="./placeInputImpl"> </script>with <script> export default (function (x) { return x.default || x })(require('./placeInputImpl.js')) </script> |
If this is a working solution, could this be fixed on the packge with a merge request please ? |
Solution for those who still have the problem :
|
When running
vite build
it fails with the following errorTo reproduce
git clone https://github.com/merceyz/vite-vue2-null-repro cd vite-vue2-null-repro yarn yarn vite build
Environment
Extra
This is the same issue as #31
The text was updated successfully, but these errors were encountered: