jondashkyle / nanopage

super handy utilities for traversing flat content state
Apache License 2.0
42 stars 4 forks source link

npm install nanopage problem #12

Closed sonn-gamm closed 6 years ago

sonn-gamm commented 6 years ago

hi!

if i install nanopage by doing npm install nanopage --save, npm only downloads the package.json and readme.md, but none of the actual js files.

my version of npm is 6.0.0 and am running node 8.7.0 using nvm.

let me know if i need to provide more details about it!

thanks, af

jondashkyle commented 6 years ago

this is because pre-releases were being published with the next tag. since this has been in use across various projects for a few weeks, i went ahead and published to latest, which should enable you to install this as expected.

sonn-gamm commented 6 years ago

thanks for explaining and for your patience with noobs :P