baptistebriel / smooth-scrolling

smooth scrolling and parallax effects on scroll
MIT License
612 stars 75 forks source link

Error when building #94

Closed 23d1 closed 3 years ago

23d1 commented 6 years ago

I'm getting this error when trying to build the latest version (using Parcel);

/Users/a/Sites/dev/templates/app/node_modules/smooth-scrolling/node_modules/dom-classes/index.js:5:20: Cannot resolve dependency 'indexof'
  3 |  */
  4 |
> 5 | var index = require('indexof');
    |                     ^
  6 |
  7 | /**
  8 |  * Whitespace regexp.
23d1 commented 6 years ago

Seems to be working now, for no particular reason, I just downgraded and upgraded again. Will report back.