daniel-lundin / snabbt.js

Fast animations with javascript and CSS transforms
http://daniel-lundin.github.io/snabbt.js/
MIT License
5.2k stars 330 forks source link

Error: Cannot find module './utils.js from snabbt.js' #82

Closed pandafinity closed 8 years ago

pandafinity commented 8 years ago

Hi,

I wanted to explore Snabbt as it looks really interesting.

I have Node v4.4.3 and I installed Snabbt using 'npm install --save snabbt.js'

It installed but when I try and add Snabbt to a program I get the above error.

I use : "let snabbt = require('snabbt.js');"

I saw another post similar to this but didn't see any outcome. I would love your thoughts if you have any :)

Thanks