ramda-repl
ramda-repl copied to clipboard
NPM Install not pulling down `greetings.js`
When running npm install -g ramda-repl with the following node & npm versions which installs
- Node v6.2.1
- NPM v.3.9.3
- Ramda Repl v4.0.3
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?
Known issue on v6.2.1 rather a regression.