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

Installing from GitHub source will not include lib, dist and esm folders #559

Closed
RinkeHoekstra opened this issue Jul 19, 2022 · 1 comment · May be fixed by #560
Closed

Installing from GitHub source will not include lib, dist and esm folders #559

RinkeHoekstra opened this issue Jul 19, 2022 · 1 comment · May be fixed by #560

Comments

@RinkeHoekstra
Copy link
Contributor

When installing rdflib from latest source, e.g. through GitHub, the npm install script does not build the package properly and does not create the lib, dist and esm folders.

@angelo-v
Copy link
Contributor

npm install is not enough, you need to run npm run build, npm run build:esm and/or npm run build:browser to create those directories

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

Successfully merging a pull request may close this issue.

2 participants