etheratom icon indicating copy to clipboard operation
etheratom copied to clipboard

Uncaught Error: ENOENT: no such file or directory, open '~/Desktop/SmartContractDemo/BloggerCoin/...

Open liyuechun opened this issue 7 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.20.1 x64 Electron: 1.6.9 OS: Mac OS X 10.12.6 Thrown From: etheratom package 3.1.0

Stack Trace

Uncaught Error: ENOENT: no such file or directory, open '/Users/liyuechun/Desktop/SmartContractDemo/BloggerCoin/contracts/zeppelin-solidity/contracts/token/StandardToken.sol'

At /Users/liyuechun/.atom/packages/etheratom/node_modules/react-dom/lib/ReactErrorUtils.js:51

Error: ENOENT: no such file or directory, open '/Users/liyuechun/Desktop/SmartContractDemo/BloggerCoin/contracts/zeppelin-solidity/contracts/token/StandardToken.sol'
    at Object.fs.openSync (fs.js:558:18)
    at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20)
    at Object.fs.readFileSync (fs.js:468:33)
    at Object.fs.readFileSync (ELECTRON_ASAR.js:506:29)
    at VMEnv.combineSource (/packages/etheratom/lib/vm/vm.js:179:19)
    at VMEnv.compile (/packages/etheratom/lib/vm/vm.js:193:19)
    at /packages/etheratom/lib/vm/vm.js:161:9
    at Workspace.observeTextEditors (/Applications/Atom.app/Contents/Resources/app/src/workspace.js:725:15)
    at VMEnv.subscribeToCompileEvents (/packages/etheratom/lib/vm/vm.js:157:48)
    at /packages/etheratom/lib/vm/vm.js:94:9)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:265:35)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:3:65)
    at CommandRegistry.module.exports.CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:166:25)
    at Object._handleSubmit (/packages/etheratom/lib/vm/view.js:145:26)
    at Object.invokeGuardedCallback (/packages/etheratom/node_modules/react-dom/lib/ReactErrorUtils.js:26:5)
    at executeDispatch (/packages/etheratom/node_modules/react-dom/lib/EventPluginUtils.js:85:21)
    at Object.executeDispatchesInOrder (/packages/etheratom/node_modules/react-dom/lib/EventPluginUtils.js:108:5)
    at executeDispatchesAndRelease (/packages/etheratom/node_modules/react-dom/lib/EventPluginHub.js:43:22)
    at executeDispatchesAndReleaseTopLevel (/packages/etheratom/node_modules/react-dom/lib/EventPluginHub.js:54:10)
    at Array.forEach (native)
    at forEachAccumulated (/packages/etheratom/node_modules/react-dom/lib/forEachAccumulated.js:24:9)
    at Object.processEventQueue (/packages/etheratom/node_modules/react-dom/lib/EventPluginHub.js:254:7)
    at runEventQueueInBatch (/packages/etheratom/node_modules/react-dom/lib/ReactEventEmitterMixin.js:17:18)
    at /packages/etheratom/node_modules/react-dom/lib/ReactEventEmitterMixin.js:27:5)
    at handleTopLevelImpl (/packages/etheratom/node_modules/react-dom/lib/ReactEventListener.js:72:24)
    at ReactDefaultBatchingStrategyTransaction.perform (/packages/etheratom/node_modules/react-dom/lib/Transaction.js:143:20)
    at Object.batchedUpdates (/packages/etheratom/node_modules/react-dom/lib/ReactDefaultBatchingStrategy.js:62:26)
    at Object.batchedUpdates (/packages/etheratom/node_modules/react-dom/lib/ReactUpdates.js:97:27)
    at dispatchEvent (/packages/etheratom/node_modules/react-dom/lib/ReactEventListener.js:147:20)

Commands

  6x -5:21.7.0 core:save (input.hidden-input)
     -5:06.4.0 core:backspace (input.hidden-input)
  2x -5:03.1.0 core:save (input.hidden-input)
     -4:49.6.0 core:backspace (input.hidden-input)
  3x -4:47.1.0 core:save (input.hidden-input)
     -0:16.2.0 eth-interface:toggle (input.hidden-input)
     -0:08.0 eth-interface:compile (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui)

Non-Core Packages

autocomplete-solidity 0.3.3 
busy-signal 1.4.3 
emmet 2.4.3 
etheratom 3.1.0 
highlight-line 0.12.0 
highlight-selected 0.13.1 
intentions 1.1.5 
language-ethereum 0.3.9 
language-vue 0.23.1 
language-vue-component 0.5.0 
linter 2.2.0 
linter-golint 0.3.0 
linter-solidity 0.5.0 
linter-solium 0.0.4 
linter-ui-default 1.6.10 
minimap 4.29.7 
react-es6-snippets 0.3.0 
react-es7-snippets 0.3.13 
react-snippets 0.9.0 
tree-view-finder 0.2.1 
vue-autocomplete 0.1.1 
vue-format 0.4.0 
vue-snippets 0.6.0 
vue2-autocomplete 0.1.0-alpha.4 

liyuechun avatar Sep 28 '17 06:09 liyuechun