nodejs / webidl-napi

A WebIDL-to-N-API compiler
MIT License
10 stars 6 forks source link

webidl-napi not found on npmjs #5

Closed cerisano closed 4 years ago

cerisano commented 4 years ago

Assuming this is just because the package is new so npmjs needs 48 hours to register it?

dcerisano@kronos:~$ npm -g install webidl-napi
npm ERR! code E404
npm ERR! 404 Not Found - GET http://registry.npmjs.org/webidl-napi - Not found
npm ERR! 404 
npm ERR! 404  'webidl-napi@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/dcerisano/.npm/_logs/2020-10-20T23_41_55_464Z-debug.log
gabrielschulhof commented 4 years ago

There are no releases yet. You can

npm -g install https://github.com/nodejs/webidl-napi

until we create some releases.

cerisano commented 4 years ago

Confirm that webidl-napi not yet published to npmjs