io icon indicating copy to clipboard operation
io copied to clipboard

io local errors

Open max-mapper opened this issue 12 years ago • 8 comments
trafficstars

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:

screen shot 2013-10-11 at 3 49 36 pm

max-mapper avatar Oct 11 '13 22:10 max-mapper

Strange. I remember seeing that error a while ago, but that was related to our dev environment. What node version are you using?

michael avatar Oct 11 '13 23:10 michael

You can try installing the cutting edge build using:

$ sudo npm install -g [email protected]

michael avatar Oct 11 '13 23:10 michael

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?

michael avatar Oct 11 '13 23:10 michael

hmm not sure, I just use vanilla semver

max-mapper avatar Oct 11 '13 23:10 max-mapper

I can confirm this error under Windows. Ubuntu and OSX are working for me.

obuchtala avatar Oct 12 '13 00:10 obuchtala

Error is weird. renaming the affiliation folder solves it. Obviously there is something strange in the commojs-everywhere adapter.

obuchtala avatar Oct 12 '13 01:10 obuchtala

Edge version works now for me. Install it using

$ npm install -g [email protected]

@maxogden could you try this version?

obuchtala avatar Oct 12 '13 01:10 obuchtala

@oliver---- fwiw, using the @0.0.0 version worked for me.

BigBlueHat avatar Dec 17 '13 19:12 BigBlueHat