by DATUREX GmbH | Mar 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/lib/libicui18n.58.dylib Referenced from: /usr/local/bin/node Reason: image not found Fix: Reinstall node js...
by DATUREX GmbH | Mar 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...
Recent Comments