Js-lingui: v3.2.0 fails to install due to missing file

Created on 13 Nov 2020  路  3Comments  路  Source: lingui/js-lingui

Describe the bug
The 3.2.0 version of Lingui cli fails to install due to file @lingui/cli/lingui.js missing.

To Reproduce

npm i -D @lingui/cli@latest

Expected behavior
Lingui installs into node_modules

Additional context
Tested with 3.1.0 and 2.9.2 (currently using in another project so known good) installs to make sure it was not due to a local issue.

Error message with personal data removed:

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path .../node_modules/@lingui/cli/lingui.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '.../node_modules/@lingui/cli/lingui.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

Most helpful comment

Sorry everyone. We're trying to automate our release pipeline and apparently there's a glitch.

I've just published 3.2.1 and tested it locally.

All 3 comments

It looks like the project published without building:

This seems to be the case for all the scoped packages.

Was the first time releasing with lerna, and we found a minor issue with contents --dir, already released a patch 3.2.1, and we'll work to fix the automatic versioning!

Sorry everyone. We're trying to automate our release pipeline and apparently there's a glitch.

I've just published 3.2.1 and tested it locally.

Was this page helpful?
0 / 5 - 0 ratings