当我运行以下命令时:-
C:\helloworld-webpart>gulp serve
我会得到这个错误:-
[21:22:19] Error - 'configure-webpack' sub task errored after 289 ms
File does not exist: C:\src\webparts\helloWorld\HelloWorldWebPart.manifest.json
File does not exist: C:\src\webparts\helloWorld\HelloWorldWebPart.manifest.json
ENOENT: no such file or directory, open 'C:\src\webparts\helloWorld\HelloWorldWebPart.manifest.json'
有什么建议吗?
谢啦,谢啦
2条答案
按热度按时间cbeh67ev1#
检查文件路径的大小写。注意config.json中使用的大小写与文件系统中实际使用的大小写。在Windows机器上可能不是问题,但也许自动构建使用的是不同的操作系统,这是一个问题?
例如,在您的特定示例中,引用的路径为:\helloWorld\HelloWorldWebPart.manifest.json
也许它实际上是:\HelloWorld\HelloWorldWebPart.manifest.json
qyswt5oh2#
我想你尝试以下SPFx微软教程,并且,由于某种原因,这个文件没有生成。我在VSCode中生成一个同名的SPFx,并将复制文件文本结构为您生成这个,如下所示:
请给予我们反馈,如果它的作品。