sozialhelden / ietf-language-tags

An NPM module that helps you working with IETF language tags as specified by BCP 47 / RFC 5646.
Other
21 stars 1 forks source link

Fails to install #2

Closed danpe closed 4 years ago

danpe commented 4 years ago
npm install --save @sozialhelden/ietf-language-tags

> @sozialhelden/ietf-language-tags@3.1.0 postinstall /Users/project/functions/node_modules/@sozialhelden/ietf-language-tags
> cp -r ./node_modules/language-subtag-registry/data/json ./src

cp: ./node_modules/language-subtag-registry/data/json: No such file or directory
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @sozialhelden/ietf-language-tags@3.1.0 postinstall: `cp -r ./node_modules/language-subtag-registry/data/json ./src`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @sozialhelden/ietf-language-tags@3.1.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Doesn't work even if I install language-subtag-registry separately on the same directory.

opyh commented 4 years ago

Should work now. Thanks for the report! :)