lesson 18 security & auditing ERROR: slither: error: unrecognized arguments: @chainlink=node_modules/@chainlink' #4632
Answered
by
Nlferu
samyakj023
asked this question in
Q&A
-
on typing yarn slither i am getting this slither: error: unrecognized arguments: @ chainlink=node_modules/ @ chainlink' |
Beta Was this translation helpful? Give feedback.
Answered by
Nlferu
Apr 24, 2023
Replies: 2 comments 2 replies
-
Did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @LegatoReign @samyakj023 @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.
2 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 @samyakj023 @alymurtazamemon
I have managed to solve this issue by editing
package.json
into below: