我有一个node js应用程序,它也使用topos包。在执行npm install
和npm start
之后,我得到以下错误。我不确定我是否错过了什么。
谢谢你的帮助
toposcache.json not found. All information will be captured in this run, and used for the next restart.
UNHANDLEDREJECTION Error: ENOENT: no such file or directory, open. .../node_modules/topos/topos/ports.json
1条答案
按热度按时间7nbnzgx91#
转到项目的根目录并运行
rm -rf node_modules/topos
,然后运行npm i topos