rsms / move

A simple, functional-biased, prototypal and powerful programming language that runs on any ES3 (or better) JavaScript platform, aimed toward people new to programming
303 stars 23 forks source link

Fix for issue #20 #21

Closed panta closed 11 years ago

panta commented 12 years ago

This should fix issue rsms/move#20

The symlinked package.json in root prevented npm to include it in the package.

balupton commented 12 years ago

+1 do pull

datermine commented 12 years ago

I believe there's still a problem here (though I'm quite the node/npm amateur). This is my experience:

gmike$ npm -g install move npm http GET https://registry.npmjs.org/move npm http 304 https://registry.npmjs.org/move npm http GET https://registry.npmjs.org/move/-/move-0.4.5.tgz npm http 200 https://registry.npmjs.org/move/-/move-0.4.5.tgz npm WARN excluding symbolic link package.json -> web/_includes/package.json

npm ERR! Error: ENOENT, open '/var/folders/00/0t7k8000h01000cxqpysvccm0038y9/T/npm-1336178296230/1336178296230-0.5268973498605192/package/package.json' npm ERR! You may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com npm ERR! npm ERR! System Darwin 11.3.0 npm ERR! command "node" "/Users/.../nvm/v0.6.14/bin/npm" "-g" "install" "move" npm ERR! cwd /Users/... npm ERR! node -v v0.6.14 npm ERR! npm -v 1.1.12 npm ERR! path /var/folders/00/0t7k8000h01000cxqpysvccm0038y9/T/npm-1336178296230/1336178296230-0.5268973498605192/package/package.json npm ERR! code ENOENT npm ERR! message ENOENT, open '/var/folders/00/0t7k8000h01000cxqpysvccm0038y9/T/npm-1336178296230/1336178296230-0.5268973498605192/package/package.json' npm ERR! errno {} npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/.../npm-debug.log npm not ok

(Note: the "..."s above are me removing paths)

balupton commented 12 years ago

There sure is, @rsms hasn't pulled this request yet, so the bug will remain. In the meantime four can do npm -g install move-panta which contains @patan's fix.

However, I think coffeescript is the only altjs that people actually use beyond "a nice expirement"...

tiye commented 12 years ago

+1 , CoffeeScript only +1 , do pull

rsms commented 11 years ago

Wait, you have to have made a major mistake here as I can't possibly pull this in as you've changed the package identifier and added things like "This is a fork of" to the readme file.