Alex Kocharin
Alex Kocharin
Please change your config to allow larger packages: ``` yaml # maximum size of uploaded json document # increase it if you have "request entity too large" errors max_body_size: 10mb...
I made `fs-ext` optional in 0.8.0 (752d0f62f077e9421434301618dd659cf5830297), so now it should be installable. File locking is used to protect against multiple users publishing/installing different versions of the same package simultaneously,...
I'm not entirely sure npm is behaving correctly, so I reported this issue here: https://github.com/npm/npm/issues/9768
> With this error server still runs but when I try to do add user I get "Unable to parse json" error full npm logs, please... it's hard to say...
I think it's better to go to https://github.com/npm/npm with `ENOENT` issues.
You just requested to add an entire jslint project with all the dependencies to this repository. It was a mistake, right?
> You do need to flesh out the deserialization implementation for QuotedString and UnquotedString. What do I need to ask from jomini deserializer to distinguish them in my custom Deserialize...
> - In the first version you know GameData::b should have quotes based on the type > - In the second version it's a different problem as they now have...
If you think that it is a good use-case, and there're no solutions currently, perhaps I can figure out how deserializers work and send a pull request. Already have some...
I was thinking about something like a shebang for node.js modules to make `require.extensions` cooperate with each other. So you would specify `package@version` in such a file, and node.js will...