I am trying to import this module called debug.addIndicators
for ScrollMagic
in a React project. This of course means I have to use es6 so I add to my
import "../node_modules/scrollmagic/scrollmagic/minified/plugins/debug.addIndicators.min.js";
which causes a compilation error with the error
https://stackoverflow.com/questions/65801882/importing-problems-with-webpack-react January 20, 2021 at 09:29AM[Error: ENOENT: no such file or directory, stat '/home/david/.steampath'] { errno: -2, code: 'ENOENT', syscall: 'stat', path: '/home/david/.steampath' }
没有评论:
发表评论