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

NODE_ENV=development gulp crashes with ENOSPC error #20

Open
ranjithnori opened this issue Nov 28, 2015 · 1 comment
Open

NODE_ENV=development gulp crashes with ENOSPC error #20

ranjithnori opened this issue Nov 28, 2015 · 1 comment

Comments

@ranjithnori
Copy link

When Sublime Text 3 is open with the current project and NODE_ENV=development gulp is run, the build crashes.

Here's my npm-debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: start
4 verbose stack     at run (/usr/local/lib/node_modules/npm/lib/run-script.js:147:19)
4 verbose stack     at /usr/local/lib/node_modules/npm/lib/run-script.js:57:5
4 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:345:5
4 verbose stack     at checkBinReferences_ (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:309:45)
4 verbose stack     at final (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:343:3)
4 verbose stack     at then (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:113:5)
4 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:232:12
4 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:76:16
4 verbose stack     at tryToString (fs.js:414:3)
4 verbose stack     at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:401:12)
5 verbose cwd /var/www/transparency/transparencyintegration
6 error Linux 3.13.0-63-generic
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
8 error node v5.1.1
9 error npm  v3.3.12
10 error missing script: start
11 error If you need help, you may report this error at:
11 error     <https://github.com/npm/npm/issues>
12 verbose exit [ 1, true ]
@ranjithnori ranjithnori changed the title NODE_ENV=development gulp crashes with ENOSPC error when sublime text 3 is open with the current project NODE_ENV=development gulp crashes with ENOSPC error Nov 28, 2015
@christianalfoni
Copy link
Owner

Hm, that is strange. What OS and node versions are you running on?

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

2 participants