io
io copied to clipboard
io local errors
followed the instructions from http://substance.io/#substance/publish, but when I tried to open localhost:5000 I got a blank page with these errors:

Strange. I remember seeing that error a while ago, but that was related to our dev environment. What node version are you using?
I guess we messed something up with our alpha release.. assuming that providing 0.0.0 as version number.. npm install (without version) still uses the latest available version.. but it seems that npm defaults to the lastest published version..
How do you handle alpha releases with npm... so that you can control the default version. while pushing alpha versions every now and then that can be installed by adding the @x.x.x postfix?
hmm not sure, I just use vanilla semver
I can confirm this error under Windows. Ubuntu and OSX are working for me.
Error is weird. renaming the affiliation folder solves it.
Obviously there is something strange in the commojs-everywhere adapter.
Edge version works now for me. Install it using
$ npm install -g [email protected]
@maxogden could you try this version?
@oliver---- fwiw, using the @0.0.0 version worked for me.