创建一个项目 ,然后 1.运行npm init,
版本
solc 0.8.15
openzeppelin/contracts
^4.7.0
提示 ParserError: Source "@openzeppelin/contracts/token/ERC721/ERC721.sol" not found: File not found inside the base path or any of the include paths. --> test.sol:3:1: | 3 | import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
但是文件按照路径确实能找到,哪为高手知道这是哪的问题