如何修复离子应用程序的EONENT npm安装错误?

时间:2019-09-29 11:25:59

标签: angular ionic-framework npm npm-install

我购买了Firebase食品订购应用程序(离子型)。我实际上在一个问题上受阻: (我有节点js,npm,ionic [已安装的最新版本])。我试图在应用程序文件夹中“ npm install”,以便能够在本地主机上部署应用程序后出现此错误:

project package
=================

Submodules
----------

project.file1 module
--------------------------

.. automodule:: project.file1
    :members:
    :undoc-members:
    :show-inheritance:

project.file2
------------------------------

.. automodule:: project.file2
    :members:
    :undoc-members:
    :show-inheritance:

project.file3 module
----------------------------

.. automodule:: project.file3
    :members:
    :undoc-members:
    :show-inheritance:

project.file4 module
----------------------

.. automodule:: project.file4
    :members:
    :undoc-members:
    :show-inheritance:

Module contents
---------------

.. automodule:: project
    :members:
    :undoc-members:
    :show-inheritance:

从一天开始,我一直在尝试解决此错误,以解决所有问题: -重新安装所有模块 -安装python -npm初始化 和一些小事情,但没有固定的方法。

我从这里开始,谢谢您的帮助!

1 个答案:

答案 0 :(得分:0)

尝试以管理员身份运行

npm install --global --production windows-build-tools