isomorphism-koa2-react-antd icon indicating copy to clipboard operation
isomorphism-koa2-react-antd copied to clipboard

npm start error

Open wizali opened this issue 8 years ago • 0 comments

> [email protected] start /home/wizali/work/koa2-react-isomorphic-boilerplate
> node bin/development.js

Waiting for webpacking ...
util.js:1022

Error: watch /home/wizali/work/koa2-react-isomorphic-boilerplate/app ENOSPC
    at exports._errnoException (util.js:1022:11)
    at FSWatcher.start (fs.js:1429:19)
    at Object.fs.watch (fs.js:1456:11)
    at createFsWatchInstance (/home/wizali/work/koa2-react-isomorphic-boilerplate/node_modules/chokidar/lib/nodefs-handler.js:37:15)
    at setFsWatchListener (/home/wizali/work/koa2-react-isomorphic-boilerplate/node_modules/chokidar/lib/nodefs-handler.js:80:15)
    at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/wizali/work/koa2-react-isomorphic-boilerplate/node_modules/chokidar/lib/nodefs-handler.js:228:14)
    at FSWatcher.NodeFsHandler._handleDir (/home/wizali/work/koa2-react-isomorphic-boilerplate/node_modules/chokidar/lib/nodefs-handler.js:407:19)
    at FSWatcher.<anonymous> (/home/wizali/work/koa2-react-isomorphic-boilerplate/node_modules/chokidar/lib/nodefs-handler.js:455:19)
    at FSWatcher.<anonymous> (/home/wizali/work/koa2-react-isomorphic-boilerplate/node_modules/chokidar/lib/nodefs-handler.js:460:16)
    at FSReqWrap.oncomplete (fs.js:123:15)

npm ERR! Linux 4.4.0-62-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.9.2
npm ERR! npm  v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node bin/development.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script 'node bin/development.js'.
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 koa2-react-isomorphic-boilerplate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node bin/development.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs koa2-react-isomorphic-boilerplate
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls koa2-react-isomorphic-boilerplate
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/wizali/work/koa2-react-isomorphic-boilerplate/npm-debug.log

wizali avatar Feb 09 '17 10:02 wizali