GALAglobal / translationapi

The API is for anyone who wants to adopt best practices for a translation services API to interact with counterparts directly from your application or content management system. The API helps ensure interoperability for the most common tasks.
https://translate.taus.net/translate/taus-translation-api
MIT License
12 stars 3 forks source link

Installing the required modules with "npm install" throws warnings on Windows #13

Closed achimr closed 9 years ago

achimr commented 9 years ago

Prerequisites: Node.js installed and a local copy of the source tree

  1. Open command prompt
  2. Goto /server directory
  3. Type "npm install" The following warnings get displayed: npm WARN package.json taus-api@ No description npm WARN package.json taus-api@ No repository field. npm WARN package.json taus-api@ No README data

Remark: the package installation is successful despite warnings.

vinodMS commented 9 years ago

package.json updated to fix warnings.

"npm WARN package.json taus-api@ No README data" can be fixed by updating the directory structure as follows,

js > package.json tausapiserver.js tausgui-restapi.html LICENSE.md README.md