typed-typings / npm-ramda

TypeScript's type definitions for Ramda
MIT License
384 stars 64 forks source link

How to install this module? #420

Open mintuhouse opened 5 years ago

mintuhouse commented 5 years ago

I tried to install it using yarn add --dev types/npm-ramda#dist

But tsc gives following error error TS2688: Cannot find type definition file for 'ramda'

brunoabreu commented 5 years ago

Try yarn add --dev @types/ramda@types/npm-ramda#dist

mintuhouse commented 5 years ago

Still get the same error Do you have a sample project where this module is installed? I can then compare and see what is different in my setup?

ORESoftware commented 5 years ago

Why not

npm install -D @types/ramda

mintuhouse commented 5 years ago

@types/ramda is different from this module

ORESoftware commented 5 years ago

Maybe Ramda should update their codebase to be written TypeScript

hug0b commented 5 years ago

So what is this module for ? I can't install it and is less up to date than @types/ramda.