Closed chowey closed 10 years ago
My bad, somehow I had a really old copy cached on my computer.
Somehow the latest version is also broken on require('hamljs')
. Somehow npm install hamljs -f
gives me v0.5.2, but there is no index.js file which breaks require('hamljs')
. This is really weird since index.js exists in the public github repo.
(This issue came up from isaacs/npm#1903.)
Can you please push a new version of hamljs to the npm repository?
Right now if you do
npm install hamljs
, you get version 0.4.5.With version 0.4.5, there is no "index.js", and no "main" specified in "package.json", so
require('hamljs')
doesn't even work.I see this is fixed with version 0.5.1, so it should be easy enough to just push the latest version to the npm repository.