We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am installing the package with yarn on a MAC, and when importing it and bundle with webpack, I get this error:
node_modules/angulartics-mixpanel/package.json (directory description file): SyntaxError: Unexpected token in JSON at posit ion 0
If I change encoding to UTF-8 it works.
Could you please change the encoding of the package.json to just UTF-8.
Thanks Br. Rasmus
The text was updated successfully, but these errors were encountered:
@RasmusTG I forked and fixed this here:
https://github.com/grantgeorge/angulartics-mixpanel
usage in package.json:
"dependencies": { "angulartics-mixpanel": "grantgeorge/angulartics-mixpanel#a97fe77", }
Sorry, something went wrong.
+1
@jnfeinstein grantgeorge@a97fe77
I'm using that and it fixes the issue. #28 should be merged and 0.1.3 should be re-released since it's currently unusable.
No branches or pull requests
Hi,
I am installing the package with yarn on a MAC, and when importing it and bundle with webpack, I get this error:
If I change encoding to UTF-8 it works.
Could you please change the encoding of the package.json to just UTF-8.
Thanks
Br. Rasmus
The text was updated successfully, but these errors were encountered: