watch-sass error after building marbles app offline
See original GitHub issueI’m trying to build the marbles app offline and connect it to a Bluemix blockchain.
after changing mycreds.json to appropriate values, installing dependencies I get this error:
[15:01:41] Using gulpfile ~/SchoolCode/capstone/marbles/gulpfile.js
[15:01:41] Starting 'build-sass'...
[15:01:41] Finished 'build-sass' after 16 ms
[15:01:41] Starting 'watch-sass'...
[15:01:41] 'watch-sass' errored after 9.2 ms
[15:01:41] Error: watch /home/andreibuiza/SchoolCode/capstone/marbles/scss/ ENOSPC
at exports._errnoException (util.js:1026:11)
at FSWatcher.start (fs.js:1429:19)
at Object.fs.watch (fs.js:1456:11)
at Gaze._watchDir (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/gaze.js:289:30)
at /home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/gaze.js:358:10
at iterate (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/helper.js:52:5)
at Object.forEachSeries (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/helper.js:66:3)
at Gaze._initWatched (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/gaze.js:354:10)
at Gaze.add (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/gaze.js:177:8)
at new Gaze (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/gaze.js:74:10)
at gaze (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gaze/lib/gaze.js:86:10)
at Object.module.exports [as watch] (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/glob-watcher/index.js:12:17)
at Gulp.watch (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/gulp/index.js:35:16)
at Gulp.<anonymous> (/home/andreibuiza/SchoolCode/capstone/marbles/gulpfile.js:42:7)
at module.exports (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/home/andreibuiza/SchoolCode/capstone/marbles/node_modules/orchestrator/index.js:273:3)
Anyone have a clue to solve this ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Untitled
Strasbourg paris tgv horaires, Triple flip on a motorcycle, Chuc mung giang ... The adicts viva la revolution, Courtney creative makeup, Eu3 build...
Read more >Untitled
Watch netflix while offline, End of the year speech activities, ... Payton johnson the dance awards, Kckcc ceb building, Rankin bass productions 1980, ......
Read more >Untitled
In1021, App store anbieter, Foci earth science definition, Se lever de son lit ... Build low brick retaining wall, Typing emoji on iphone,...
Read more >Untitled
Applications of trigonometry class 10, Suma de vectores fisica analitica, ... Bindows error hyperion, Suneesh komath, White carrara marble slab, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@masterDev1985 thank you for your suggestion
this solved it for me:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
@dshuffma-ibm thank you for the support!
Now, I have other problems and will be making another issue about it.
also see this about
ENOSPC
: http://stackoverflow.com/questions/22475849/node-js-error-enospc