Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add solc package #22

Closed
Georgi87 opened this issue Apr 15, 2018 · 1 comment
Closed

Add solc package #22

Georgi87 opened this issue Apr 15, 2018 · 1 comment
Assignees
Labels

Comments

@Georgi87
Copy link
Contributor

The package.json does not list “solc” package, although it is required to run “truffle test”

@rmeissner rmeissner added the bug label Apr 16, 2018
@rmeissner rmeissner self-assigned this Apr 16, 2018
rmeissner added a commit that referenced this issue Apr 16, 2018
Implements
* #21: Remove setup constructors
* #22: Add solc package
* #16: Remove functionality related to transaction confirmations via
smart contracts
@rmeissner rmeissner mentioned this issue Apr 17, 2018
11 tasks
@danfinlay
Copy link

I wasn't able to build for a while b/c my solidity was too new, so the workaround was:

npm uninstall -g truffle && npm install -g truffle@byoc

And then adding these lines to truffle.js:

module.exports = {
  ...
  compiler: {
    solc: "0.4.19"
  }
  ...
}

Then running npm i again, and I was able to truffle compile fine.

Saw-mon-and-Natalie pushed a commit to Saw-mon-and-Natalie/safe-contracts that referenced this issue Nov 1, 2023
Implements
* safe-global#21: Remove setup constructors
* safe-global#22: Add solc package
* safe-global#16: Remove functionality related to transaction confirmations via
smart contracts
fdarian pushed a commit to fdarian/safe-contracts that referenced this issue Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants