Using Nuxeo web Components in a web application

Hi, I need to use “the nuxeo web components” in a Vaadin project. Bower is now deprecated , I'm using Npm. When I'm trying to install the dependencies with Npm as specify in the Nuxeo GitHub page below _[https://github.com/nuxeo/nuxeo-elements], I have an error “npm ERR! 404 Not Found - GET [https://registry.npmjs.org/@nuxeo%2fpaper-typeahead]- Not found "

How to solve this? Thank you

0 votes

1 answers

964 views

ANSWER



You need to run

npm config set @nuxeo:registry https://packages.nuxeo.com/repository/npmjs-nuxeo

first

1 votes