资讯

On Windows, react-native-print needs an element in the visual tree to add the printable pages to. It will look for a XAML Canvas named RNPrintCanvas and use it.
The reason should be you are not running in the directory where you have package.json file. Most probably you are running in the parent directory instead of directory where you have your project setup ...