You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
I've installed the express module on windows and tried to access it via the command line using the express command this command wasn't recognized any idea why ?
mscdex
unread,
Aug 30, 2014, 7:33:47 PM8/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
On Friday, August 29, 2014 8:09:38 PM UTC-4, Alex Brodov wrote:
I've installed the express module on windows and tried to access it via the command line using the express command this command wasn't recognized any idea why ?
If you're looking for the Express project generator, you need to do this instead (for Express 4): npm install express-generator -g
q2dg2b
unread,
Aug 30, 2014, 11:45:43 PM8/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
npm install -g express-generator
Hage Yaapa
unread,
Aug 31, 2014, 1:54:39 AM8/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Did you install using express-generator? If yes, try restarting your computer. If no, the express command is now installed using the express-generator module.