lesson 18 security & auditing slither Error #5205
Answered
by
Nlferu
KehindeA533
asked this question in
Q&A
-
When I use |
Beta Was this translation helpful? Give feedback.
Answered by
Nlferu
Apr 24, 2023
Replies: 2 comments
-
@LegatoReign It looks like your slither command has some types please verify it with package.json file of repo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @LegatoReign @alymurtazamemon I have managed to solve this issue by editing "scripts": {
"slither": "slither . --solc-remaps '@=node_modules/@' --exclude naming-convention,external-function,low-level-calls",
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @LegatoReign @alymurtazamemon
I have managed to solve this issue by editing
package.json
into below: