ramda-repl icon indicating copy to clipboard operation
ramda-repl copied to clipboard

NPM Install not pulling down `greetings.js`

Open domtronn opened this issue 9 years ago • 1 comments

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?

domtronn avatar Jun 16 '16 13:06 domtronn

Known issue on v6.2.1 rather a regression.

hemanth avatar Jun 17 '16 04:06 hemanth