Skip to content

The fixing way for running issue: 'npm start' this repo #77

Description

@HaolunWang

I got to know how to fix the 'Invalid 'reference' directive syntax' issue after you cloned the repo, did 'npm install', and did 'npm start'.

The solution is to update the package.json, update the typescript version:

package.json:
"devDependencies": {
"typescript": "^4.6.3"
}

So, update the typescript version to the latest one (the current latest version is 4.6.3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions