imodeljs / imodeljs-samples

MIT License
33 stars 25 forks source link

404 Not Found: @bentley/imodeljs-darwin-x64@0.124.0 #3

Closed alexander7161 closed 4 years ago

alexander7161 commented 5 years ago

npm install errors on MacOS 10.14.5 with node 10.15.1.


> node ./installNativePlatform.js

(node:11417) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added. Use emitter.setMaxListeners() to increase limit
npm install --no-save @bentley/imodeljs-darwin-x64@0.124.0
/Documents/Hackathons/Infrahack/simple-viewer-app/node_modules/@bentley/imodeljs-native/installNativePlatform.js:40
      throw error;
      ^

Error: Command failed: npm install --no-save @bentley/imodeljs-darwin-x64@0.124.0
npm ERR! code E404
npm ERR! 404 Not Found: @bentley/imodeljs-darwin-x64@0.124.0

npm ERR! A complete log of this run can be found in:
npm ERR!     /.npm/_logs/2019-05-17T08_55_48_793Z-debug.log

    at ChildProcess.exithandler (child_process.js:294:12)
    at ChildProcess.emit (events.js:189:13)
    at maybeClose (internal/child_process.js:970:16)
    at Socket.stream.socket.on (internal/child_process.js:389:11)
    at Socket.emit (events.js:189:13)
    at Pipe._handle.close (net.js:600:12)
calebmshafer commented 5 years ago

Hi @alexander7161,

We don't currently publish a MacOS version of the native code, it's currently only Windows and Linux. We've been focusing on those two for our initial 1.0 release but Mac support will be coming in future updates so stay tuned...

However, the error message you received could be better and we will work to make it more explicit that Mac is not yet supported.

calebmshafer commented 4 years ago

@alexander7161 MacOS is now officially supported as of iModel.js 1.12.0. Let us know if you face any issues when using it. Thanks!