alvarotrigo / react-fullpage

Official React.js wrapper for fullPage.js https://alvarotrigo.com/react-fullpage/
GNU General Public License v3.0
1.28k stars 179 forks source link

Error in vscode terminal file:Error: no such file or directory #353

Closed starzje closed 2 years ago

starzje commented 2 years ago

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?

alvarotrigo commented 2 years ago

It's a warning, not an error. So you can actually ignore it.

I'll close this issue as it's a duplicate of this other issue.