We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows Command Prompt C:\Users\Downloads\movie-cli-main\movie-cli-main>npm start
[email protected] start tsx ./src/index.ts
(node:3552) ExperimentalWarning: --experimental-loader may be removed in the future; instead use register(): --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///C%3A/Users/Downloads/movie-cli-main/movie-cli-main/node_modules/tsx/dist/loader.js", pathToFileURL("./"));' (Use node --trace-warnings ... to show where the warning was created) √ Enter a movie or show name ... The Simpsons (404 Not Found (https://apis.justwatch.com/content/titles/en_US/popular?body=%7B%22content_types%22:%5B%22show%22,%22movie%22%5D,%22page%22:1,%22query%22:%22The+Simpsons%22,%22page_size%22:40%7D))
--experimental-loader
register()
node --trace-warnings ...
The text was updated successfully, but these errors were encountered:
Will fix in #12
Sorry, something went wrong.
No branches or pull requests
Windows Command Prompt
C:\Users\Downloads\movie-cli-main\movie-cli-main>npm start
(node:3552) ExperimentalWarning:
--experimental-loader
may be removed in the future; instead useregister()
:--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///C%3A/Users/Downloads/movie-cli-main/movie-cli-main/node_modules/tsx/dist/loader.js", pathToFileURL("./"));'
(Use
node --trace-warnings ...
to show where the warning was created)√ Enter a movie or show name ... The Simpsons
(404 Not Found (https://apis.justwatch.com/content/titles/en_US/popular?body=%7B%22content_types%22:%5B%22show%22,%22movie%22%5D,%22page%22:1,%22query%22:%22The+Simpsons%22,%22page_size%22:40%7D))
The text was updated successfully, but these errors were encountered: