compiling https://github.com/nuxeo/nuxeo-web-ui fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2019 10:46 AM
I cloned the mentioned repo and want to continue with the next step "npm install". Unfortunately the NPM repo seems to be outdated because a package is missing.
npm ERR! Linux 4.15.0-60-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code E404
npm ERR! 404 Not found : @nuxeo/page
npm ERR! 404
npm ERR! 404 '@nuxeo/page' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of '@nuxeo/nuxeo-web-ui'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
What I am missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2019 12:57 PM
I think it's particular about the version of node and npm. Try with these: node v10.12.0 and npm 6.4.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 03:52 AM
Hm, did you recently (today) had success to retrieve the package with the versions of node and npm you mentioned? I could not even find it with a browser. Please check https
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 11:27 AM
Sorry, I missed the 11.1 tag in your post. I have success with the 10.10 branch but not 11.1 or master.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 07:14 AM
Hi,
To build Web UI master branch, you need to add our npm registry first
npm config set @nuxeo:registry https://packages.nuxeo.com/repository/npmjs-nuxeo
We publish our snapshot dependencies there under the @nuxeo
scope.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2020 09:33 AM
It seems that in the meantime the URL has changed to
