von DATUREX GmbH | Apr. 26, 2017 | Docker, Linux
Normal grep and piping seems not to work for docker: docker logs target_container | grep include_term That is normal, because docker logs internally to the standard error out, so we have to redirect the standard error output (2) to the standard output (1):...
von DATUREX GmbH | Apr. 3, 2017 | IOS, Mac OSX
Solution: sudo npm -g install ios-deploy –unsafe-perm=true Error: 0 info it worked if it ends with ok 1 verbose cli [ ‚/usr/local/bin/node‘, 1 verbose cli ‚/usr/local/bin/npm‘, 1 verbose cli ‚install‘, 1 verbose cli...
von DATUREX GmbH | Apr. 1, 2017 | Linux, Mac OSX, Windows
Problem: I tried to compress a set of files via batch processing. Some of these files were currently opened by another process, so I encountered this problem. 7zip works as designed to skip those files, because an opened file could be uncompleted in the moment where...
von DATUREX GmbH | März 14, 2017 | NodeJS
I got an error while using npm or yarn which is based on node js. Error: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib Referenced from: /usr/local/bin/node Reason: image not found Fix: Reinstall node js...
von DATUREX GmbH | März 11, 2017 | NodeJS
I got an error while using constants inside my node js app. Here is the solution: SyntaxError: Block-scoped declarations: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode Fix: node –use_strict...
Neueste Kommentare