Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] npm run serve produces errors and doesnt start the servers #44

Open
jtan21at opened this issue Jan 14, 2018 · 4 comments
Open

[Bug] npm run serve produces errors and doesnt start the servers #44

jtan21at opened this issue Jan 14, 2018 · 4 comments

Comments

@jtan21at
Copy link

npm ERR! Linux 4.4.0-43-Microsoft
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "serve"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] serve: gulp serve
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] serve script 'gulp serve'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the wittr package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp serve
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs wittr
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls wittr
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/jw/wittr/npm-debug.log

@bvasilop
Copy link

Did you try cd wittr before npm install ?

@ghost
Copy link

ghost commented Jan 22, 2018

It looks like maybe the packages were not npm installed

@Nickbahson
Copy link

Nickbahson commented Mar 2, 2018

Anyone got it to work..still stuck
that helped
https://nodejs.org/en/download/package-manager/

@GenieCloud
Copy link

I keep getting this error message when I run 'npm run serve' in the wittr directory. Can anyone help me with this please?

Error: listen EPERM offlinefirst.sock
at Object.exports._errnoException (util.js:907:11)
at exports._exceptionWithHostPort (util.js:930:20)
at Server._listen2 (net.js:1237:19)
at listen (net.js:1286:10)
at Server.listen (net.js:1376:5)
at Server._listen (/mnt/c/Users/jmjon/Desktop/wittr/build/server/Server.js:329:25)
at Server.setConnectionType (/mnt/c/Users/jmjon/Desktop/wittr/build/server/Server.js:355:14)
at Object. (/mnt/c/Users/jmjon/Desktop/wittr/build/server/index.js:27:8)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants