react-locomotive-scroll
react-locomotive-scroll copied to clipboard
Module not found: Can't resolve 'tslib'
Hi! I just followed the install instructions in the readme, then I got this error:
./node_modules/react-locomotive-scroll/module/LocomotiveScroll.context.js:4:0
Module not found: Can't resolve 'tslib'
null
Any idea why this happens, and how I can make it work?
Hi! I just followed the install instructions in the readme, then I got this error:
./node_modules/react-locomotive-scroll/module/LocomotiveScroll.context.js:4:0 Module not found: Can't resolve 'tslib' null
Any idea why this happens, and how I can make it work?
Same issue :)
Not exactly the same issue, but I fixed my error by installing tslib. Please give this a try: "npm install --save tslib"