<?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[Starting Node Server??]]></title><description><![CDATA[<p>I know javascript but new to node I ran the examples with no problem I ran it just like it said:<br />
npm install<br />
npm run bundle-colyseus-client<br />
npm start</p>
<p>But when i tried to run my own project i get this error:</p>
<p>c:\Projects\play&gt;npm start<br />
npm ERR! path c:\Projects\play\package.json<br />
npm ERR! code ENOENT<br />
npm ERR! errno -4058<br />
npm ERR! syscall open<br />
npm ERR! enoent ENOENT: no such file or directory, open 'c:\Projects\play\package.json'<br />
npm ERR! enoent This is related to npm not being able to find a file.<br />
npm ERR! enoent</p>
<p>npm ERR! A complete log of this run can be found in:<br />
npm ERR!     C:\Users\owner\AppData\Roaming\npm-cache_logs\2018-05-13T20_46_48_575Z-debug.log</p>
<p>I only have 1 javascript file with the node modules. Thanks in advance for help!</p>
]]></description><link>http://discuss.colyseus.io/topic/81/starting-node-server</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 14:51:33 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/81.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 May 2018 20:20:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Starting Node Server?? on Sun, 13 May 2018 20:48:45 GMT]]></title><description><![CDATA[<p>I know javascript but new to node I ran the examples with no problem I ran it just like it said:<br />
npm install<br />
npm run bundle-colyseus-client<br />
npm start</p>
<p>But when i tried to run my own project i get this error:</p>
<p>c:\Projects\play&gt;npm start<br />
npm ERR! path c:\Projects\play\package.json<br />
npm ERR! code ENOENT<br />
npm ERR! errno -4058<br />
npm ERR! syscall open<br />
npm ERR! enoent ENOENT: no such file or directory, open 'c:\Projects\play\package.json'<br />
npm ERR! enoent This is related to npm not being able to find a file.<br />
npm ERR! enoent</p>
<p>npm ERR! A complete log of this run can be found in:<br />
npm ERR!     C:\Users\owner\AppData\Roaming\npm-cache_logs\2018-05-13T20_46_48_575Z-debug.log</p>
<p>I only have 1 javascript file with the node modules. Thanks in advance for help!</p>
]]></description><link>http://discuss.colyseus.io/post/253</link><guid isPermaLink="true">http://discuss.colyseus.io/post/253</guid><dc:creator><![CDATA[btgames]]></dc:creator><pubDate>Sun, 13 May 2018 20:48:45 GMT</pubDate></item><item><title><![CDATA[Reply to Starting Node Server?? on Invalid Date]]></title><description><![CDATA[<p>Hey <a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/76">@btgames</a>, I'd suggest not using <code>uws</code> on your local environment. You can remove <code>uws</code> from your <code>package.json</code>.</p>
<p>I'm not a Windows user, but for some reason <code>uws</code> can't be compiled on it. Maybe you'd need some extra dependencies installed in your system to enable its compilation.</p>
<p>Cheers!</p>
]]></description><link>http://discuss.colyseus.io/post/254</link><guid isPermaLink="true">http://discuss.colyseus.io/post/254</guid><dc:creator><![CDATA[endel]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Starting Node Server?? on Invalid Date]]></title><description><![CDATA[<p>thanks...I did that now i get this error:</p>
<blockquote>
<p>index@1.0.0 start c:\Projects\play<br />
cross-env DEBUG=* ./node_modules/.bin/supervisor -i node_modules -- index.js</p>
</blockquote>
<p>'cross-env' is not recognized as an internal or external command,<br />
operable program or batch file.<br />
npm ERR! code ELIFECYCLE<br />
npm ERR! errno 1<br />
npm ERR! index@1.0.0 start: <code>cross-env DEBUG=* ./node_modules/.bin/supervisor -i node_modules -- index.js</code><br />
npm ERR! Exit status 1<br />
npm ERR!<br />
npm ERR! Failed at the index@1.0.0 start script.<br />
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.</p>
<p>npm ERR! A complete log of this run can be found in:<br />
npm ERR!     C:\Users\owner\AppData\Roaming\npm-cache_logs\2018-05-13T21_05_40_940Z-debug.log</p>
<p>I have it narrowed down thou its something in my package.json file<br />
Appreciate the help!!</p>
]]></description><link>http://discuss.colyseus.io/post/255</link><guid isPermaLink="true">http://discuss.colyseus.io/post/255</guid><dc:creator><![CDATA[btgames]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>