and I just did npm install:
npm install @fullpage/react-fullpage
And when I try anything I'm getting these errors in vscode terminal:
WARNING in ./node_modules/@fullpage/react-fullpage/dist/react-fullpage.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:\Users\istar\Desktop\fullpagereact-main\node_modules\@fullpage\react-fullpage\dist\easings.min.js.map' file: Error: ENOENT: no such file or directory, open 'C:\Users\istar\Desktop\fullpagereact-main\node_modules\@fullpage\react-fullpage\dist\easings.min.js.map'
I'm trying to set up fullPage.js with react,
and I just did npm install: npm install @fullpage/react-fullpage
And when I try anything I'm getting these errors in vscode terminal:
WARNING in ./node_modules/@fullpage/react-fullpage/dist/react-fullpage.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'C:\Users\istar\Desktop\fullpagereact-main\node_modules\@fullpage\react-fullpage\dist\easings.min.js.map' file: Error: ENOENT: no such file or directory, open 'C:\Users\istar\Desktop\fullpagereact-main\node_modules\@fullpage\react-fullpage\dist\easings.min.js.map'
Not sure how to work this out?