hemanth / ramda-repl

Ramdajs REPL.
MIT License
28 stars 6 forks source link

NPM Install not pulling down `greetings.js` #20

Open domtronn opened 8 years ago

domtronn commented 8 years ago

When running npm install -g ramda-repl with the following node & npm versions which installs

The contents of /usr/local/lib/node_modules/ramda-repl contains cli.js & index.js but not greetings.js. This is causing the index.js file to throw an exception when running ramda-repl...

In the package.json you've listed greetings.js in the files directory? But still doesn't seem to install it...

Can you think of anything that would be causing this?

hemanth commented 8 years ago

Known issue on v6.2.1 rather a regression.