Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Get the following error when deploying: ParserError: Expected primary expression  #212

@nidhhoggr

Description

@nidhhoggr

Is this repository still maintained? It's still referenced in the OpenSea documentation. When following the README line-by-line the following error will be reproduced because there seems to be a placeholder in the Creature.sol smart contract.

Command ran:

yarn  truffle deploy --network rinkeby

Resulting Error Output:

✔ Fetching solc version list from solc-bin. Attempt #1

ParserError: Expected primary expression.
  --> ~/opensea-creatures/contracts/Creature.sol:21:16:
   |
21 |         return <contractUrlHere>;
   |                ^

Compilation failed. See above.
Truffle v5.2.5 (core: 5.2.5)
Node v14.17.0
error Command failed with exit code 1.

Shouldn't there be some explanation to replacing this before running truffle deploy?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions