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
I cloned this repo and ran followed the steps in Readme. I have created my own tmdbApiKey and tmdbApiReadAccessKey. In Readme it says npm run build:dev to run it locally but I don't see any script in package.json. I ran npm run start assuming it's the start command but I get below -
$ npm run start
> [email protected] start
> nx serve movies:development
> NX Cannot find configuration for task movies:development
Pass --verbose to see the stacktrace.
Please provide me some hints here. Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I cloned this repo and ran followed the steps in Readme. I have created my own
tmdbApiKey
andtmdbApiReadAccessKey
. In Readme it saysnpm run build:dev
to run it locally but I don't see any script in package.json. I rannpm run start
assuming it's the start command but I get below -Please provide me some hints here. Thanks.
The text was updated successfully, but these errors were encountered: