DEV Community

Discussion on: Create a Bookmark Manager App using FaunaDB and Netlify Serverless functions

 
ducnvph08993 profile image
ducnvph08993

When i clone your code. I have an issue that's: Browserslist: caniuse-lite is outdated. Please run the following command: npx browserslist --update-db

Thread Thread
 
myogeshchavan97 profile image
Yogesh Chavan • Edited

That is not an error, it's just a suggestion. It's just saying you're using the old version of browserslist package and a newer version is available. The application will work without updating to the latest version But If you want, you can run the npx browserslist --update-db command from the terminal to update to the latest version and then run netlify dev command to start the application. I would recomment you to read this entire article once again. I have given clear steps for how to create a bookmark manager application. Please follow them and also read the GitHub repository readme for steps to run the application. Application is working fine. There is no issue. You might be missing something to do so read the article once again. Thanks 🙂

Some comments have been hidden by the post's author - find out more