-
Notifications
You must be signed in to change notification settings - Fork 147
Error: Cannot find module 'express' during saltpad startup in devServer.js #183
Comments
After following changes to
I've got container started up, but I still receive error message:
My knowledge of nodejs is reaching the maximum, any help in how to debug or fix the issue will be highly appreciated! P.S. |
Got hit by this too. Maybe it's the version of node that needs to be adjusted. I see no requirements version for node or npm in the docs. @Lothiraldan do you have an idea ? |
With node 4.6.0 it can't build :
|
trying out https://github.com/peerigon/updtr |
I managed to build it with
but then I get another error (see next issue) |
I've been running into the same problems with a new Ubuntu installation:
Any suggestions? |
Any fix out there ? |
what I have:
Linux 4.7.0-1-amd64
1.12.1
1.8.0
what I've got
I'm following documentation for running saltpad with docker, and during startup I get following error:
Debug information:
I've tried to update npm from version
3.10.3
to3.10.6
but it did not help. So I've tried to install express manually:am I doing something wrong or missing something?
The text was updated successfully, but these errors were encountered: