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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Throws up this error ... . When i type http://localhost:8080/ I dont think the method Utils.modified exists in the connect 2.7.6 specified in the package.json.
/code/github.com/connect-architect/connect/middleware/static.js:184
if (!utils.modified(req, res)) {
^
TypeError: Object # has no method 'modified'
at /code/github.com/connect-architect/connect/middleware/static.js:184:18
at Object.oncomplete (fs.js:107:15)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Throws up this error ... . When i type http://localhost:8080/ I dont think the method Utils.modified exists in the connect 2.7.6 specified in the package.json.
/code/github.com/connect-architect/connect/middleware/static.js:184
if (!utils.modified(req, res)) {
^
TypeError: Object # has no method 'modified'
at /code/github.com/connect-architect/connect/middleware/static.js:184:18
at Object.oncomplete (fs.js:107:15)
The text was updated successfully, but these errors were encountered: