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'm new to node and still learning. I found your sample code that i'm looking for.
I've followed the steps and try to the code:
Using the dependencies, i've got error - cannot find module 'connect/utils'
then i update the package connect and express using : npm install -g connect and npm install -g express
then i've got error: cannot read property 'prototype' of undefined
I'm running on ubuntu. Hope can run your sample, but stuck
Thank you in advance.
The text was updated successfully, but these errors were encountered:
hi james,
I'm new to node and still learning. I found your sample code that i'm looking for.
I've followed the steps and try to the code:
Using the dependencies, i've got error - cannot find module 'connect/utils'
then i update the package connect and express using : npm install -g connect and npm install -g express
then i've got error: cannot read property 'prototype' of undefined
I'm running on ubuntu. Hope can run your sample, but stuck
Thank you in advance.
The text was updated successfully, but these errors were encountered: