Closed ebdrup closed 9 years ago
The package.jsonis missing a reference to this github repo.
package.json
That means that running
npm docs themis
does not point you to this github repo, and there is no link to this github repo in the npm registry.
And easy way to get your package.json sorted out is to just run the command
npm init
And just click enter to all the questions it asks
The
package.json
is missing a reference to this github repo.That means that running
does not point you to this github repo, and there is no link to this github repo in the npm registry.
And easy way to get your package.json sorted out is to just run the command
And just click enter to all the questions it asks