<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How can I install a specific version of jsreport?]]></title><description><![CDATA[<p>We've noticed that jsreport init installs the latest version of jsreport.<br />
We install cli like so:</p>
<pre><code>mkdir -p /usr/local/var/jsreport
cd /usr/local/var/jsreport
npm install jsreport-cli@1.3.2 -g
jsreport init
npm install jsreport-wkhtmltopdf
</code></pre>
<p>and expect it to install 1.x version of JS report but we get 2.0 version of CLI and jsreport.<br />
Also what would be the right version of jsreport-wkhtmltopdf for 1.x jsreport?</p>
]]></description><link>https://forum.jsreport.net/topic/618/how-can-i-install-a-specific-version-of-jsreport</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 13:18:57 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/618.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Jul 2018 19:02:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I install a specific version of jsreport? on Thu, 12 Jul 2018 19:05:42 GMT]]></title><description><![CDATA[<p>We've noticed that jsreport init installs the latest version of jsreport.<br />
We install cli like so:</p>
<pre><code>mkdir -p /usr/local/var/jsreport
cd /usr/local/var/jsreport
npm install jsreport-cli@1.3.2 -g
jsreport init
npm install jsreport-wkhtmltopdf
</code></pre>
<p>and expect it to install 1.x version of JS report but we get 2.0 version of CLI and jsreport.<br />
Also what would be the right version of jsreport-wkhtmltopdf for 1.x jsreport?</p>
]]></description><link>https://forum.jsreport.net/post/3077</link><guid isPermaLink="true">https://forum.jsreport.net/post/3077</guid><dc:creator><![CDATA[peterlitvak]]></dc:creator><pubDate>Thu, 12 Jul 2018 19:05:42 GMT</pubDate></item><item><title><![CDATA[Reply to How can I install a specific version of jsreport? on Thu, 12 Jul 2018 19:25:42 GMT]]></title><description><![CDATA[<blockquote>
<p>npm install jsreport-cli@1.3.2 -g</p>
</blockquote>
<p>this is good, it installs latest v1 version of cli</p>
<p>to install specific version of jsreport with cli use: <code>jsreport init 1.10.0</code> (it installs version 1.10.0 which is the latest v1 release)</p>
<blockquote>
<p>Also what would be the right version of jsreport-wkhtmltopdf for 1.x jsreport?</p>
</blockquote>
<p>the latest version of jsreport-wkthmltopdf which should work with jsreport v1 is <code>1.4.0</code>, you can install it by using <code>npm install jsreport-wkhtmltopdf@1.4.0 --save</code></p>
]]></description><link>https://forum.jsreport.net/post/3078</link><guid isPermaLink="true">https://forum.jsreport.net/post/3078</guid><dc:creator><![CDATA[bjrmatos]]></dc:creator><pubDate>Thu, 12 Jul 2018 19:25:42 GMT</pubDate></item><item><title><![CDATA[Reply to How can I install a specific version of jsreport? on Invalid Date]]></title><description><![CDATA[<p>thank you!</p>
]]></description><link>https://forum.jsreport.net/post/3079</link><guid isPermaLink="true">https://forum.jsreport.net/post/3079</guid><dc:creator><![CDATA[peterlitvak]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How can I install a specific version of jsreport? on Invalid Date]]></title><description><![CDATA[<p>A quick additional question, does the NODE_ENV env var drives only the config file to load or does it also enables/disables some functionality?</p>
]]></description><link>https://forum.jsreport.net/post/3083</link><guid isPermaLink="true">https://forum.jsreport.net/post/3083</guid><dc:creator><![CDATA[peterlitvak]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How can I install a specific version of jsreport? on Invalid Date]]></title><description><![CDATA[<p>it drives the config file (but in jsreport v1.10.0 you can also configure it to use a specific config for example <code>jsreport start --configFile '/path/to/config.json'</code> or <code>node server.js --configFile '/path/to/config.json'</code>)  and for what i can remember when <code>NODE_ENV</code> is <code>production</code> it disables file system synchronization when fs store is used (only if the synchronization option has not been defined explicitly).</p>
<p>note: file system synchronization is the behaviour that you get that when saving/editing a template file from your editor (vs code, sublime, atom) it makes jsreport web studio to be reloaded to have the change from your editor in sync.</p>
]]></description><link>https://forum.jsreport.net/post/3084</link><guid isPermaLink="true">https://forum.jsreport.net/post/3084</guid><dc:creator><![CDATA[bjrmatos]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How can I install a specific version of jsreport? on Invalid Date]]></title><description><![CDATA[<p>got it! Thanks again!</p>
]]></description><link>https://forum.jsreport.net/post/3085</link><guid isPermaLink="true">https://forum.jsreport.net/post/3085</guid><dc:creator><![CDATA[peterlitvak]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>