You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Truffle solidity loader requires an active RPC connection when using npm run build, even if you don't have any migrations.
My goal is this: have truffle solidity provide contracts as importable artifacts for React in-browser, then rely on Metamask's provided RPC connection to deploy contracts on user command (in browser). But, the loader appears to require an active RPC connection during the build phase, which seems extraneous in this use case. Is that correct? I'm new to ethereum so please excuse my ignorance if not.
Steps to Reproduce
Run npm build without an active RPC connection
Expected Behavior
N/A
Actual Results
Build failure.
Environment
Operating System: Windows 10 x64
Truffle version: 3.2.5
Testrpc version: 3.0.5
Ethereum client: Metamask
node version: v6
npm version: 4.2
The text was updated successfully, but these errors were encountered:
Issue
Truffle solidity loader requires an active RPC connection when using
npm run build
, even if you don't have any migrations.My goal is this: have truffle solidity provide contracts as importable artifacts for React in-browser, then rely on Metamask's provided RPC connection to deploy contracts on user command (in browser). But, the loader appears to require an active RPC connection during the build phase, which seems extraneous in this use case. Is that correct? I'm new to ethereum so please excuse my ignorance if not.
Steps to Reproduce
Run
npm build
without an active RPC connectionExpected Behavior
N/A
Actual Results
Build failure.
Environment
The text was updated successfully, but these errors were encountered: