Closed slaskis closed 13 years ago
Since NPM now expects a proper JSON in the package.json, couch-client now fails to install/depend on. (it's the last comma before the ending } that causes it)
Turns out this issue was fixed in https://github.com/creationix/couch-client/commit/bfb40122c9be171ce18d95c3660a923eaa05d846
Since NPM now expects a proper JSON in the package.json, couch-client now fails to install/depend on. (it's the last comma before the ending } that causes it)