<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Smalltalk-Inspired, Frameworkless, TDDed Todo-MVC	</title>
	<atom:link href="http://matteo.vaccari.name/blog/archives/997/feed" rel="self" type="application/rss+xml" />
	<link>http://matteo.vaccari.name/blog/archives/997</link>
	<description>Extreme enthusiasm</description>
	<lastBuildDate>
	Mon, 25 Feb 2019 15:18:16 +0000	</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.1.1</generator>
			<item>
				<title>
				By: Luciano				</title>
				<link>http://matteo.vaccari.name/blog/archives/997/comment-page-1#comment-297459</link>
		<dc:creator><![CDATA[Luciano]]></dc:creator>
		<pubDate>Tue, 13 Dec 2016 09:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://matteo.vaccari.name/blog/?p=997#comment-297459</guid>
					<description><![CDATA[Solved the error using`\&quot;` instead of `&#039;` inside package.json.
It seems a problem with only the windows platform.
I found this solution here:
https://github.com/pjhjohn/jsonplaceholder-client/issues/22
(see fix)]]></description>
		<content:encoded><![CDATA[<p>Solved the error using`\&#8221;` instead of `&#8217;` inside package.json.<br />
It seems a problem with only the windows platform.<br />
I found this solution here:<br />
<a href="https://github.com/pjhjohn/jsonplaceholder-client/issues/22" rel="nofollow">https://github.com/pjhjohn/jsonplaceholder-client/issues/22</a><br />
(see fix)</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				By: Luciano				</title>
				<link>http://matteo.vaccari.name/blog/archives/997/comment-page-1#comment-297455</link>
		<dc:creator><![CDATA[Luciano]]></dc:creator>
		<pubDate>Tue, 13 Dec 2016 09:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://matteo.vaccari.name/blog/?p=997#comment-297455</guid>
					<description><![CDATA[Matteo thanks for your TDD - Vanilla JS sample.
Trying to run your example cloned from github with &quot;npm run&quot; on Windows 10 platform I get an error: Exit status 1. I am not a node.js expert and I can&#039;t understand why.
Following the content of the npm-debug.log:

0 info it worked if it ends with ok
1 verbose cli [ &#039;C:\\Program Files\\nodejs\\node.exe&#039;,
1 verbose cli   &#039;C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js&#039;,
1 verbose cli   &#039;start&#039; ]
2 info using npm@3.10.9
3 info using node@v6.9.2
4 verbose run-script [ &#039;prestart&#039;, &#039;start&#039;, &#039;poststart&#039; ]
5 info lifecycle @~prestart: @
6 silly lifecycle @~prestart: no script for prestart, continuing
7 info lifecycle @~start: @
8 verbose lifecycle @~start: unsafe-perm in lifecycle true
9 verbose lifecycle @~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Java-IDE\eclipse-workspaces\frameworkless-tdd-todomvc\node_modules\.bin;C:\Python27\Lib\site-packages\PyQt4;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\instantclient_12_1;C:\javalibs\jrebel;C:\Program Files (x86)\PC Connectivity Solution\;C:\javalibs\apache-maven-3.3.9\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\unxutils\usr\local\wbin;C:\unxutils\bin;C:\Program Files\Java\jre1.8.0_73\bin;C:\Program Files (x86)\Intel\Services\IPT\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\javalibs\apache-ant-1.7.1\bin;%BPADir%;%TFSPowerToolDir%;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files (x86)\Microsoft SDKs\Windows Azure\CLI\wbin;C:\javalibs\selenium-2.44.0;C:\RTE-NE51;C:\Program Files\Calibre2\;C:\svabi\files;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\Elm Platform\0.17.1\bin;C:\Ruby193\bin;C:\Program Files (x86)\Nmap;C:\Program Files (x86)\Graphviz2.34\bin;C:\Program Files (x86)\Git\bin;C:\Program Files\Docker Toolbox;C:\Users\lucianom\AppData\Local\Microsoft\WindowsApps;C:\Users\lucianom\AppData\Roaming\npm
10 verbose lifecycle @~start: CWD: C:\Java-IDE\eclipse-workspaces\frameworkless-tdd-todomvc
11 silly lifecycle @~start: Args: [ &#039;/d /s /c&#039;, &#039;npm install &#038;&#038; npm run watch&#039; ]
12 silly lifecycle @~start: Returned: code: 1  signal: null
13 info lifecycle @~start: Failed to exec start script
14 verbose stack Error: @ start: `npm install &#038;&#038; npm run watch`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:877:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid @
16 verbose cwd C:\Java-IDE\eclipse-workspaces\frameworkless-tdd-todomvc
17 error Windows_NT 10.0.14393
18 error argv &quot;C:\\Program Files\\nodejs\\node.exe&quot; &quot;C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js&quot; &quot;start&quot;
19 error node v6.9.2
20 error npm  v3.10.9
21 error code ELIFECYCLE
22 error @ start: `npm install &#038;&#038; npm run watch`
22 error Exit status 1
23 error Failed at the @ start script &#039;npm install &#038;&#038; npm run watch&#039;.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the  package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     npm install &#038;&#038; npm run watch
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs
23 error Or if that isn&#039;t available, you can get their info via:
23 error     npm owner ls
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]]]></description>
		<content:encoded><![CDATA[<p>Matteo thanks for your TDD &#8211; Vanilla JS sample.<br />
Trying to run your example cloned from github with &#8220;npm run&#8221; on Windows 10 platform I get an error: Exit status 1. I am not a node.js expert and I can&#8217;t understand why.<br />
Following the content of the npm-debug.log:</p>
<p>0 info it worked if it ends with ok<br />
1 verbose cli [ &#8216;C:\\Program Files\\nodejs\\node.exe&#8217;,<br />
1 verbose cli   &#8216;C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js&#8217;,<br />
1 verbose cli   &#8216;start&#8217; ]<br />
2 info using <a href="mailto:npm@3.10">npm@3.10</a>.9<br />
3 info using node@v6.9.2<br />
4 verbose run-script [ &#8216;prestart&#8217;, &#8216;start&#8217;, &#8216;poststart&#8217; ]<br />
5 info lifecycle @~prestart: @<br />
6 silly lifecycle @~prestart: no script for prestart, continuing<br />
7 info lifecycle @~start: @<br />
8 verbose lifecycle @~start: unsafe-perm in lifecycle true<br />
9 verbose lifecycle @~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Java-IDE\eclipse-workspaces\frameworkless-tdd-todomvc\node_modules\.bin;C:\Python27\Lib\site-packages\PyQt4;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\instantclient_12_1;C:\javalibs\jrebel;C:\Program Files (x86)\PC Connectivity Solution\;C:\javalibs\apache-maven-3.3.9\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\unxutils\usr\local\wbin;C:\unxutils\bin;C:\Program Files\Java\jre1.8.0_73\bin;C:\Program Files (x86)\Intel\Services\IPT\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\javalibs\apache-ant-1.7.1\bin;%BPADir%;%TFSPowerToolDir%;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files (x86)\Microsoft SDKs\Windows Azure\CLI\wbin;C:\javalibs\selenium-2.44.0;C:\RTE-NE51;C:\Program Files\Calibre2\;C:\svabi\files;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\Elm Platform\0.17.1\bin;C:\Ruby193\bin;C:\Program Files (x86)\Nmap;C:\Program Files (x86)\Graphviz2.34\bin;C:\Program Files (x86)\Git\bin;C:\Program Files\Docker Toolbox;C:\Users\lucianom\AppData\Local\Microsoft\WindowsApps;C:\Users\lucianom\AppData\Roaming\npm<br />
10 verbose lifecycle @~start: CWD: C:\Java-IDE\eclipse-workspaces\frameworkless-tdd-todomvc<br />
11 silly lifecycle @~start: Args: [ &#8216;/d /s /c&#8217;, &#8216;npm install &amp;&amp; npm run watch&#8217; ]<br />
12 silly lifecycle @~start: Returned: code: 1  signal: null<br />
13 info lifecycle @~start: Failed to exec start script<br />
14 verbose stack Error: @ start: `npm install &amp;&amp; npm run watch`<br />
14 verbose stack Exit status 1<br />
14 verbose stack     at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)<br />
14 verbose stack     at emitTwo (events.js:106:13)<br />
14 verbose stack     at EventEmitter.emit (events.js:191:7)<br />
14 verbose stack     at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)<br />
14 verbose stack     at emitTwo (events.js:106:13)<br />
14 verbose stack     at ChildProcess.emit (events.js:191:7)<br />
14 verbose stack     at maybeClose (internal/child_process.js:877:16)<br />
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)<br />
15 verbose pkgid @<br />
16 verbose cwd C:\Java-IDE\eclipse-workspaces\frameworkless-tdd-todomvc<br />
17 error Windows_NT 10.0.14393<br />
18 error argv &#8220;C:\\Program Files\\nodejs\\node.exe&#8221; &#8220;C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js&#8221; &#8220;start&#8221;<br />
19 error node v6.9.2<br />
20 error npm  v3.10.9<br />
21 error code ELIFECYCLE<br />
22 error @ start: `npm install &amp;&amp; npm run watch`<br />
22 error Exit status 1<br />
23 error Failed at the @ start script &#8216;npm install &amp;&amp; npm run watch&#8217;.<br />
23 error Make sure you have the latest version of node.js and npm installed.<br />
23 error If you do, this is most likely a problem with the  package,<br />
23 error not with npm itself.<br />
23 error Tell the author that this fails on your system:<br />
23 error     npm install &amp;&amp; npm run watch<br />
23 error You can get information on how to open an issue for this project with:<br />
23 error     npm bugs<br />
23 error Or if that isn&#8217;t available, you can get their info via:<br />
23 error     npm owner ls<br />
23 error There is likely additional logging output above.<br />
24 verbose exit [ 1, true ]</p>
]]></content:encoded>
						</item>
			</channel>
</rss>
