Skip to content
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

Unable to use parjs #22

Closed
lu4 opened this issue Nov 18, 2019 · 2 comments
Closed

Unable to use parjs #22

lu4 opened this issue Nov 18, 2019 · 2 comments

Comments

@lu4
Copy link

lu4 commented Nov 18, 2019

I've tried launching basic example from docs, however my typescript environment is unable to locate parjs module after installation. I've attached basic example, just unzip and run npm i to install it's dependencies. After that any attempt to compile the project using command-line tsc call gives
image

Here is basic example zip file:
parjs-example.zip

It looks like a bug or am I wrong?...

@PsychoLlama
Copy link

Judging by the source code, It looks like the wrong package got published 🙈

There's a script called publish.ts that creates a new .tmp/publish package with everything the documentation suggests, confirmed by the fact that it works locally if I symlink it in node_modules.

0.12.3 seems to have published parjs instead of parjs/.tmp/publish.

In the meantime, downgrading to 0.12.2 fixes the issue.

@GregRos
Copy link
Owner

GregRos commented Dec 29, 2019

Thanks for the headsup! Yes, I think it's a 🙈 issue indeed. I uploaded a new version and it works now.

@GregRos GregRos closed this as completed Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants