Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module './MediaFileReader' #124

Open
misogihagi opened this issue Jan 8, 2020 · 0 comments
Open

Cannot find module './MediaFileReader' #124

misogihagi opened this issue Jan 8, 2020 · 0 comments

Comments

@misogihagi
Copy link

just to install this as 'npm i jsmediatags', and const ID3=require('jsmediatags')
it happens.
any idea?

Error: Cannot find module './MediaFileReader' from '/home/misogihagi/id3editor/node_modules/jsmediatags/dist'
at /home/misogihagi/.npm-global/lib/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
at load (/home/misogihagi/.npm-global/lib/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
at onex (/home/misogihagi/.npm-global/lib/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
at /home/misogihagi/.npm-global/lib/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
at FSReqCallback.oncomplete (fs.js:166:21)

directory
├── node_modules
│   ├── jsmediatags
│   │   ├── CONTRIBUTING.md
│   │   ├── CONTRIBUTORS.md
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   ├── bower.json
│   │   ├── build2
│   │   │   ├── ArrayBufferFileReader.js
│   │   │   ├── ArrayFileReader.js
│   │   │   ├── BlobFileReader.js
│   │   │   ├── ByteArrayUtils.js
│   │   │   ├── ChunkedFileData.js
│   │   │   ├── FLACTagContents.js
│   │   │   ├── FLACTagReader.js
│   │   │   ├── FlowTypes.js
│   │   │   ├── ID3v1TagReader.js
│   │   │   ├── ID3v2FrameReader.js
│   │   │   ├── ID3v2TagContents.js
│   │   │   ├── ID3v2TagReader.js
│   │   │   ├── MP4TagContents.js
│   │   │   ├── MP4TagReader.js
│   │   │   ├── MediaFileReader.js
│   │   │   ├── MediaTagReader.js
│   │   │   ├── NodeFileReader.js
│   │   │   ├── ReactNativeFileReader.js
│   │   │   ├── StringUtils.js
│   │   │   ├── XhrFileReader.js
│   │   │   └── jsmediatags.js
│   │   ├── dist
│   │   │   ├── jsmediatags.js
│   │   │   └── jsmediatags.min.js
│   │   └── package.json
│   └── xhr2
│   ├── CONTRIBUTING.md
│   ├── Cakefile
│   ├── LICENSE.txt
│   ├── README.md
│   ├── lib
│   │   ├── browser.js
│   │   └── xhr2.js
│   ├── package.json
│   ├── src
│   │   ├── 000-xml_http_request_event_target.coffee
│   │   ├── 001-xml_http_request.coffee
│   │   ├── errors.coffee
│   │   ├── progress_event.coffee
│   │   └── xml_http_request_upload.coffee
│   └── test
│   ├── fixtures
│   │   ├── hello.json
│   │   ├── hello.txt
│   │   └── xhr2.png
│   ├── html
│   │   └── browser_test.html
│   └── src
│   ├── event_target_test.coffee
│   ├── events_test.coffee
│   ├── headers_test.coffee
│   ├── helpers
│   │   ├── browser_mocha_runner.coffee
│   │   ├── browser_mocha_setup.coffee
│   │   ├── setup.coffee
│   │   └── xhr_server.coffee
│   ├── nodejs_set_test.coffee
│   ├── redirect_test.coffee
│   ├── response_type_test.coffee
│   ├── responseurl_test.coffee
│   ├── send_test.coffee
│   ├── status_test.coffee
│   └── xhr_test.coffee
├── package-lock.json
├── package.json
└── src.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant