Closed kremalicious closed 4 years ago
The recently published v4.1.1 was published to npm without running the actual release script (npm run release) locally, so the dist/ folder is missing in the published package.
v4.1.1
npm run release
dist/
This leads to issues like #289, and breaks the bigchaindb.com Get Started page transaction tool.
So create a new release v4.1.1 by running locally:
/cc @eckelj @manolodewiner
fixed with v4.1.2
v4.1.2
The recently published
v4.1.1
was published to npm without running the actual release script (npm run release
) locally, so thedist/
folder is missing in the published package.This leads to issues like #289, and breaks the bigchaindb.com Get Started page transaction tool.
So create a new release
v4.1.1
by running locally:/cc @eckelj @manolodewiner