solidity-float-point-calculation icon indicating copy to clipboard operation
solidity-float-point-calculation copied to clipboard

Issue with installing library in MacOSx

Open parunach opened this issue 8 years ago • 2 comments

I tried installing in my MBP

npm install

I get the error

module.js:538 throw err; ^

Error: Cannot find module '../lib/utils/unsupported.js' at Function.Module._resolveFilename (module.js:536:15) at Function.Module._load (module.js:466:25) at Module.require (module.js:579:17) at require (internal/module.js:11:18) at /usr/local/lib/node_modules/npm/bin/npm-cli.js:19:21 at Object. (/usr/local/lib/node_modules/npm/bin/npm-cli.js:92:3) at Module._compile (module.js:635:30) at Object.Module._extensions..js (module.js:646:10) at Module.load (module.js:554:32) at tryModuleLoad (module.js:497:12)

Any suggestions?

parunach avatar Nov 21 '17 18:11 parunach

I've updated package.json to include matching solidity compiler version, please check the last commited version.

Sincerley, Alexander

shamatar avatar Nov 21 '17 21:11 shamatar

0ec265cd4634f09deb5a844443bbacd923f1fddc should fix this issue. Please, kindly check.

skywinder avatar Nov 21 '17 22:11 skywinder