20lives / FrontendMastersDownloader

FrontendMasters Downloader - A tool to keep offline copy of frontendmasters courses
200 stars 41 forks source link

Cannot use import statement outside a module #4

Closed Adarsh777 closed 4 years ago

Adarsh777 commented 4 years ago

Hello,

When I'm running npx frontendmasters-downloader getting this below image attached error,

image

Also tried running npm run start then getting this error

image

Thanks

20lives commented 4 years ago

what is your node version? run node --version to find out. I am using es modules which is only available on recent node versions (13+ I think)

Adarsh777 commented 4 years ago

what is your node version? run node --version to find out. I am using es modules which is only available on recent node versions (13+ I think)

v12.4

Adarsh777 commented 4 years ago

I have updated my node version to v14.3.0 and then it shows me this,

image

20lives commented 4 years ago

Npm package wasn't aligned with the git version, should work now.

Adarsh777 commented 4 years ago

Npm package wasn't aligned with the git version, should work now.

Thanks, It is working now. It might be better if you add delay between downloads, which will remove the account banned problem.