Problem with version of nuxeo.js installed by nuxeo-cli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2018 07:53 AM
nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 )
When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version (3.5.0)
I noticed that since 1.8.4, nuxeo-cli has been modified (master branch) :
"generator-nuxeo": "github:nuxeo/generator-nuxeo#master"
Accordingly, I ve tried to install nuxeo-cli "master" :
npm install git://github.com/nuxeo/nuxeo-cli#master --save
I always have an error about generator-nuxeo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:51 AM
Solution : nuxeo bootstrap angular2 package -m master
It fetches generator-nuxeo-meta from the master branch instead of the stable one
