You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
While trying to use this as a package, I run into an error:
"Failed to compile.
./node_modules/streamedian/player.js
Module not found: Error: Can't resolve 'streamedian/client/rtsp/client.js' in 'C:\Users......\node_modules\streamedian'
"
After verifying my local structure folder, I've verified that the file in question "client.js" is under:
../node_modules/streamedian/src/client/rtsp/client.js and not under the supposed place.
Hi there,
While trying to use this as a package, I run into an error:
"Failed to compile.
./node_modules/streamedian/player.js
Module not found: Error: Can't resolve 'streamedian/client/rtsp/client.js' in 'C:\Users......\node_modules\streamedian'
"
After verifying my local structure folder, I've verified that the file in question "client.js" is under:
../node_modules/streamedian/src/client/rtsp/client.js and not under the supposed place.
npm version: 6.14.4
streamedian version: 0.3.13
I've installed using: npm install git://github.com/Streamedian/html5_rtsp_player.git
If I'm making any confusion, please point it out!
Thanks in advance,
The text was updated successfully, but these errors were encountered: