<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: compiling https://github.com/nuxeo/nuxeo-web-ui fails in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316470#M3471</link>
    <description>&lt;P&gt;Sorry, I missed the 11.1 tag in your post. I have success with the 10.10 branch but not 11.1 or master.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 15:27:30 GMT</pubDate>
    <dc:creator>LaraGranite_</dc:creator>
    <dc:date>2019-09-06T15:27:30Z</dc:date>
    <item>
      <title>compiling https://github.com/nuxeo/nuxeo-web-ui fails</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316467#M3468</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;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.

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What I am missing?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 14:46:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316467#M3468</guid>
      <dc:creator>ElmarKnipp_</dc:creator>
      <dc:date>2019-09-05T14:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: compiling https://github.com/nuxeo/nuxeo-web-ui fails</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316468#M3469</link>
      <description>&lt;P&gt;I think it's particular about the version of node and npm. Try with these:
&lt;A href="https://doc.nuxeo.com/nxdoc/nuxeo-elements-tutorial/#requirements"&gt;node v10.12.0 and npm 6.4.1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 16:57:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316468#M3469</guid>
      <dc:creator>LaraGranite_</dc:creator>
      <dc:date>2019-09-05T16:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: compiling https://github.com/nuxeo/nuxeo-web-ui fails</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316469#M3470</link>
      <description>&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 07:52:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316469#M3470</guid>
      <dc:creator>ElmarKnipp_</dc:creator>
      <dc:date>2019-09-06T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: compiling https://github.com/nuxeo/nuxeo-web-ui fails</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316470#M3471</link>
      <description>&lt;P&gt;Sorry, I missed the 11.1 tag in your post. I have success with the 10.10 branch but not 11.1 or master.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 15:27:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316470#M3471</guid>
      <dc:creator>LaraGranite_</dc:creator>
      <dc:date>2019-09-06T15:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: compiling https://github.com/nuxeo/nuxeo-web-ui fails</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316471#M3472</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To build Web UI master branch, you need to add our npm registry first&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;npm config set @nuxeo:registry &lt;A href="https://packages.nuxeo.com/repository/npmjs-nuxeo" target="test_blank"&gt;https://packages.nuxeo.com/repository/npmjs-nuxeo&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;We publish our snapshot dependencies there under the &lt;CODE&gt;@nuxeo&lt;/CODE&gt; scope.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 11:14:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316471#M3472</guid>
      <dc:creator>Guillaume_Renar</dc:creator>
      <dc:date>2019-10-25T11:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: compiling https://github.com/nuxeo/nuxeo-web-ui fails</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316472#M3473</link>
      <description>&lt;P&gt;It seems that in the meantime the URL has changed to&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 13:33:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/compiling-https-github-com-nuxeo-nuxeo-web-ui-fails/m-p/316472#M3473</guid>
      <dc:creator>ElmarKnipp_</dc:creator>
      <dc:date>2020-03-23T13:33:09Z</dc:date>
    </item>
  </channel>
</rss>

