i have tried to make a package of an open-source nodejs project using the following command. npm pack or npm pack after i got the tar file, i installed it by npm install tar_file_path after i used...
我使用npm pack命令打包一个开源node.js项目,但在另一个项目中无法正确加载api,也无法更新打包后的index.html。请指导我解决这个问题。