linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
562 stars 142 forks source link

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

Closed RinkeHoekstra closed 1 year ago

RinkeHoekstra commented 2 years ago

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 commented 1 year ago

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