MaxGfeller / youtube-search

npm module to easily search youtube for videos
114 stars 40 forks source link

Getting error #35

Closed durja closed 5 years ago

durja commented 6 years ago

Module not found: Error: Cannot resolve module 'net' in /Users/arai/desktop/React/myproject/node_modules/tough-cookie/lib

MaxGfeller commented 6 years ago

Hi @durja, sorry for the late response. Does the error still occur?

pjchender commented 6 years ago

I face the same issue. It seems that the dependency,tough-cookie, can not resolve module 'net'.


ERROR in ./~/tough-cookie/package.json
Module parse failed: /Users/pjchen/Projects/Tutorial/Udemy/ModernReactAndRedux/ReduxSimpleStarter/node_modules/tough-cookie/package.json Unexpected token (2:9)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (2:9)
MaxGfeller commented 5 years ago

We recently replaced the http client and are now using axios. This problem should no longer occur.

Feel free to reopen if it does.