Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在关注本教程。在练习中的“5.0. 在您的应用程序中使用 npm 模块”:使用电子邮件验证器模块加载电子邮件验证器模块时出现错误。
错误:找不到模块“电子邮件验证器/索引”。
但是该模块仍然存在,并且也在 package.json 文件中列出。
tns run android运行后我必须运行完整的构建npm install email-validator --save,以确保文件进入应用程序。
tns run android
npm install email-validator --save