You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run scribble in terminal on a solidity file with this sort of import path I get an error: import {ISizeAdmin} from "@src/interfaces/ISizeAdmin.sol";
The error is Couldn't find @src/interfaces/ISizeAdmin.sol.
But If I change the path to a full path I do not get an error.
How do I resolve this as it is major overhaul to write full file path?
The text was updated successfully, but these errors were encountered:
Hi! It should be able to pick those up. Is the '@src' directory located under node_modules/? Can you please describe the directory structure, and the command that you used?
When I run scribble in terminal on a solidity file with this sort of import path I get an error: import {ISizeAdmin} from "@src/interfaces/ISizeAdmin.sol";
The error is Couldn't find @src/interfaces/ISizeAdmin.sol.
But If I change the path to a full path I do not get an error.
How do I resolve this as it is major overhaul to write full file path?
The text was updated successfully, but these errors were encountered: