Open knownasilya opened 10 years ago
Currently we run into this when trying to install a package with an invalid package.json.
package.json
The error was ambiguous at first, but if you add the return it was less ambiguous, but still ambiguous.. lol. Something about a missing } somewhere..
}
Yes we totally need a proper error message in the core module_manager
Currently we run into this when trying to install a package with an invalid
package.json
.The error was ambiguous at first, but if you add the return it was less ambiguous, but still ambiguous.. lol. Something about a missing
}
somewhere..