phpstorm

When attempting to make a Node.JS / express app using phpStorm, whenever I try to use the app.post() / router.post()/router.get() method it throws an error stating that it is a unresolved function or method. I've tried just ignoring it and running the app, but then it returns a 404 error. Any solution?

0
1 comment

> it is a unresolved function or method

they should be resolved by IDE. Did you configure the environment before running the app?

0

Please sign in to leave a comment.